Enum PoseDataFlags
Bitflag enum which represents what data was set on an associated Pose struct
Namespace: UnityEngine.SpatialTracking
Assembly: UnityEngine.SpatialTracking.dll
Syntax
[Flags]
public enum PoseDataFlags
Fields
Name | Description |
---|---|
NoData | No data was actually set on the pose |
Position | If this flag is set, position data was updated on the associated pose struct |
Rotation | If this flag is set, rotation data was updated on the associated pose struct |