Enum LazyFollow.PositionFollowMode
Defines the possible position follow modes for the lazy follow object.
Namespace: UnityEngine.XR.Interaction.Toolkit.UI
Syntax
public enum PositionFollowMode
Fields
Name | Description | Value |
---|---|---|
None | The lazy follow object will not follow any position. |
0 |
Follow | The object will smoothly maintain the same position as the target. |
1 |