Vixen
02b45cc4
csharp
public enum InputCompositeKind

How 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)

  • None

    Not a composite: one control, one value.

  • Axis1D

    Two buttons into a signed axis: negative and positive.

  • Vector2

    Four buttons into a vector: up, down, left, right.

  • ButtonWithModifiers

    A 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