Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
public struct ControlSchemeSyntax
Methods
Declaration
public InputActionSetupExtensions.ControlSchemeSyntax BasedOn(string baseControlScheme)
Parameters
Type |
Name |
Description |
System.String |
baseControlScheme |
|
Returns
Declaration
public InputControlScheme Done()
Returns
Declaration
public InputActionSetupExtensions.ControlSchemeSyntax OrWithOptionalDevice(string controlPath)
Parameters
Type |
Name |
Description |
System.String |
controlPath |
|
Returns
Declaration
public InputActionSetupExtensions.ControlSchemeSyntax OrWithOptionalDevice<TDevice>()where TDevice : InputDevice
Returns
Type Parameters
Declaration
public InputActionSetupExtensions.ControlSchemeSyntax OrWithRequiredDevice(string controlPath)
Parameters
Type |
Name |
Description |
System.String |
controlPath |
|
Returns
Declaration
public InputActionSetupExtensions.ControlSchemeSyntax OrWithRequiredDevice<TDevice>()where TDevice : InputDevice
Returns
Type Parameters
Declaration
public InputActionSetupExtensions.ControlSchemeSyntax WithBindingGroup(string bindingGroup)
Parameters
Type |
Name |
Description |
System.String |
bindingGroup |
|
Returns
Declaration
public InputActionSetupExtensions.ControlSchemeSyntax WithOptionalDevice(string controlPath)
Parameters
Type |
Name |
Description |
System.String |
controlPath |
|
Returns
Declaration
public InputActionSetupExtensions.ControlSchemeSyntax WithOptionalDevice<TDevice>()where TDevice : InputDevice
Returns
Type Parameters
Declaration
public InputActionSetupExtensions.ControlSchemeSyntax WithRequiredDevice(string controlPath)
Parameters
Type |
Name |
Description |
System.String |
controlPath |
|
Returns
Declaration
public InputActionSetupExtensions.ControlSchemeSyntax WithRequiredDevice<TDevice>()where TDevice : InputDevice
Returns
Type Parameters