LeftHandActions
Public Methods
void AddCallbacks
public void AddCallbacks(
ILeftHandActions instance
)
Parameters
Type | Name | Description |
---|---|---|
ILeftHandActions | instance |
void Disable
public void Disable()
void Enable
public void Enable()
InputActionMap Get
public InputActionMap Get()
LeftHandActions
public LeftHandActions(
@MagicLeapInputs wrapper
)
Parameters
Type | Name | Description |
---|---|---|
@MagicLeapInputs | wrapper |
void RemoveCallbacks
public void RemoveCallbacks(
ILeftHandActions instance
)
Parameters
Type | Name | Description |
---|---|---|
ILeftHandActions | instance |
void SetCallbacks
public void SetCallbacks(
ILeftHandActions instance
)
Parameters
Type | Name | Description |
---|---|---|
ILeftHandActions | instance |
implicit operator InputActionMap
public static implicit operator InputActionMap(
LeftHandActions set
)
Parameters
Type | Name | Description |
---|---|---|
LeftHandActions | set |
Public Attributes
Keypose
public InputAction Keypose => m_Wrapper.m_LeftHand_Keypose;
Position
public InputAction Position => m_Wrapper.m_LeftHand_Position;
Rotation
public InputAction Rotation => m_Wrapper.m_LeftHand_Rotation;
enabled
public bool enabled => Get().enabled;