KDXr::Action
Module: Public API
Action is used to initialize the XR API. More...
#include <KDXr/action.h>
Public Functions
Friends
Detailed Description
Action is used to initialize the XR API.
See: ActionOptions
Public Functions Documentation
function Action
function ~Action
function Action
| Action(
Action && other
)
|
function operator=
| Action & operator=(
Action && other
)
|
function Action
| Action(
const Action &
) =delete
|
function operator=
| Action & operator=(
const Action &
) =delete
|
function handle
| inline KDGpu::Handle< Action_t > handle() const
|
Returns the handle used to retrieve the underlying XR API specific Action.
See: ResourceManager
Return: KDGpu::Handle
function isValid
| inline bool isValid() const
|
Convenience function to check whether the object is actually referencing a valid API specific resource.
function operator KDGpu::Handle< Action_t >
| inline operator KDGpu::Handle< Action_t >() const
|
Friends
friend ActionSet
| friend class ActionSet(
ActionSet
);
|
Updated on 2024-11-22 at 00:02:03 +0000