KDXr::ActionSet
Module: Public API
ActionSet is used to initialize the XR API.  More...
#include <KDXr/action_set.h>
Public Functions
Friends
Detailed Description
ActionSet is used to initialize the XR API. 
See: ActionSetOptions
Public Functions Documentation
function ActionSet
function ~ActionSet
function ActionSet
 | ActionSet(
    ActionSet && other
)
  | 
 
function operator=
 | ActionSet & operator=(
    ActionSet && other
)
  | 
 
function ActionSet
 | ActionSet(
    const ActionSet & 
) =delete
  | 
 
function operator=
 | ActionSet & operator=(
    const ActionSet & 
) =delete
  | 
 
function handle
 | inline KDGpu::Handle< ActionSet_t > handle() const
  | 
 
Returns the handle used to retrieve the underlying XR API specific ActionSet. 
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< ActionSet_t >
 | inline operator KDGpu::Handle< ActionSet_t >() const
  | 
 
function createAction
 | Action createAction(
    const ActionOptions & options
)
  | 
 
Friends
friend Instance
 | friend class Instance(
    Instance 
);
  | 
 
Updated on 2025-11-02 at 00:01:42 +0000