UxrPlacementType Enumeration
Enumerates the different ways a UxrGrabbableObject can transition when being placed on an UxrGrabbableObjectAnchor.
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrPlacementType
Members
Member name | Value | Description | |
---|---|---|---|
Immediate | 0 | Place immediately. | |
Smooth | 1 | Place using smooth transition (interpolation). |