Enum LineDynamicsMode
Specifies the dynamics mode of the line.
Namespace: UnityEngine.XR.Interaction.Toolkit.Interactors.Visuals
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum LineDynamicsMode
Fields
Name | Description |
---|---|
ExpandFromHitPoint | Expand the line from the hit point. |
RetractOnHitLoss | Retract the line when a hit is lost. |
Traditional | Traditional line mode. |