csharp
public enum InputCompositeKindHow several controls combine into one binding.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
NoneNot a composite: one control, one value.
Axis1DTwo buttons into a signed axis: negative and positive.
Vector2Four buttons into a vector: up, down, left, right.
ButtonWithModifiersA button that only counts while every modifier part is held.
Used by (7)
- InputActionAssetReaderVixen.Input
- InputActionAssetTestsVixen.Input.Tests
- InputActionAssetWriterVixen.Input
- InputBindingVixen.Input
- InputBindingDataVixen.Input
- AuthoringTestsVixen.Editor.AssetEditors.Tests
- InputActionsViewVixen.Editor.AssetEditors