IEntityOrientationOrientation 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
EntityDescriptorTEntity.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax TransactedProperty<UnitQuaternion> Orientation { get; }
ReadOnly Property Orientation As TransactedProperty(Of UnitQuaternion)
Get
property TransactedProperty<UnitQuaternion>^ Orientation {
TransactedProperty<UnitQuaternion>^ get ();
}
abstract Orientation : TransactedProperty<UnitQuaternion> with get
Property Value
Type:
TransactedPropertyUnitQuaternionSee Also