csharp
public enum InputControlTypeThe shape of the value an action produces.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Declared rather than inferred from the bindings, because it is what the generated accessor's return type is built from and because an action with no bindings yet still has a shape. A binding that cannot produce the declared shape is a load-time diagnostic, not a silent zero.
Fields and properties (3)
ButtonPressed or not. Read as Boolean, or as Single for its analogue amount.
AxisOne signed axis. Read as Single.
Vector2Two axes. Read as Vector2.
Used by (8)
- InputActionVixen.Input
- InputActionAssetReaderVixen.Input
- InputActionAssetTestsVixen.Input.Tests
- InputActionAssetWriterVixen.Input
- InputActionDataVixen.Input
- PlayerInputTestsVixen.Engine.Tests
- VxInputEmitterVixen.Input.Generators
- InputActionsDocumentVixen.Editor.AssetEditors