RightHandActions
Public Methods
void AddCallbacks
public void AddCallbacks(
IRightHandActions instance
)
Parameters
Type | Name | Description |
---|---|---|
IRightHandActions | instance |
void Disable
public void Disable()
void Enable
public void Enable()
InputActionMap Get
public InputActionMap Get()
void RemoveCallbacks
public void RemoveCallbacks(
IRightHandActions instance
)
Parameters
Type | Name | Description |
---|---|---|
IRightHandActions | instance |
RightHandActions
public RightHandActions(
@MagicLeapInputs wrapper
)
Parameters
Type | Name | Description |
---|---|---|
@MagicLeapInputs | wrapper |
void SetCallbacks
public void SetCallbacks(
IRightHandActions instance
)
Parameters
Type | Name | Description |
---|---|---|
IRightHandActions | instance |
implicit operator InputActionMap
public static implicit operator InputActionMap(
RightHandActions set
)
Parameters
Type | Name | Description |
---|---|---|
RightHandActions | set |
Public Attributes
Keypose
public InputAction Keypose => m_Wrapper.m_RightHand_Keypose;
Position
public InputAction Position => m_Wrapper.m_RightHand_Position;
Rotation
public InputAction Rotation => m_Wrapper.m_RightHand_Rotation;
enabled
public bool enabled => Get().enabled;