ModelGraphicsUpAxis Property |
Gets or sets a parameter defining the up axis of the model over time.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GraphicsParameter<ModelUpAxis> UpAxis { get; set; }
Public Property UpAxis As GraphicsParameter(Of ModelUpAxis)
Get
Set
public:
property GraphicsParameter<ModelUpAxis>^ UpAxis {
GraphicsParameter<ModelUpAxis>^ get ();
void set (GraphicsParameter<ModelUpAxis>^ value);
}
member UpAxis : GraphicsParameter<ModelUpAxis> with get, set
Property Value
Type:
GraphicsParameterModelUpAxisSee Also