|
IBuilderElementOrientationYOri Property
|
Gets vector for y-orientation.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxNullable<Vector3> YOri { get; }ReadOnly Property YOri As Nullable(Of Vector3)
Get
property Nullable<Vector3> YOri {
Nullable<Vector3> get ();
}abstract YOri : Nullable<Vector3> with get
Property Value
Type:
NullableVector3
See Also