Interface IScaleRotate
Inherited Members
Namespace: Aximo.Render
Assembly: Aximo.Render.dll
Syntax
public interface IScaleRotate : IPosition
Properties
| Improve this Doc View SourceRotate
Declaration
Quaternion Rotate { get; set; }
Property Value
Type | Description |
---|---|
OpenToolkit.Mathematics.Quaternion |
Scale
Declaration
Vector3 Scale { get; set; }
Property Value
Type | Description |
---|---|
OpenToolkit.Mathematics.Vector3 |