Vixen
dd8b0a81
csharp
public enum InputCompositeKind

How several controls combine into one binding.

Read the guide page for this →

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 (8)

  • InputActionAssetReaderVixen.Input
  • InputActionAssetTestsVixen.Input.Tests
  • InputActionAssetWriterVixen.Input
  • InputBindingVixen.Input
  • InputBindingDataVixen.Input
  • AuthoringTestsVixen.Editor.AssetEditors.Tests
  • InputActionsViewVixen.Editor.AssetEditors
  • InputActionsViewDumpTestsVixen.Editor.AssetEditors.Tests