Click or drag to resize

IEntityOrientation.Orientation Property

Gets the transactional property that holds the orientation of the entity. To obtain the axes in which the orientation is defined, get the OrientationAxes property from the entity's EntityDescriptor<TEntity>.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
TransactedProperty<UnitQuaternion> Orientation { get; }

Property Value

Type: TransactedProperty<UnitQuaternion>
See Also