Click or drag to resize

ControllerPhysics Methods

The ControllerPhysics type exposes the following members.

Methods
  NameDescription
Public methodLockState
Locks the physics state of this controller so that calling SetState has no effect
Public methodSetHandStretchAmount
Specify how much the hand is stretched. This reduces the collider on the palm to be smaller so it fits in with the space the hand should be taking up
Public methodSetState
Set the new state for physics on the controller
Public methodUnlockState
Unlocks the physics state of this controller so that calling SetState will have an effect
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also