Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMotionControllerButtonMeshMap

A helper-interface for the 3 meshes needed for controller button animation The meshes are provided to the _lerpButtonTransform function to calculate the current position of the value mesh

Hierarchy

  • IMotionControllerButtonMeshMap

Index

Properties

pressedMeshSearch playground for pressedMesh

pressedMesh: AbstractMesh

the mesh that defines the pressed value mesh position. This is used to find the max-position of this button

unpressedMeshSearch playground for unpressedMesh

unpressedMesh: AbstractMesh

the mesh that defines the unpressed value mesh position. This is used to find the min (or initial) position of this button

valueMeshSearch playground for valueMesh

valueMesh: AbstractMesh

The mesh that will be changed when value changes

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method