Enum PoseDataFlags
Bitflag enum which represents what data was set on an associated Pose struct
Namespace: UnityEngine.SpatialTracking
Syntax
[Flags]
public enum PoseDataFlags
Fields
Name | Description | Value |
---|---|---|
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 |