GetRotation
method in Coherence.Toolkit.CoherenceInput
Methods
public Quaternion GetRotation(string rotationName, long? simulationFrame = null)
Returns a state of the rotation as of the given simulation frame.
Parameters
| Type | Name | Description |
|---|---|---|
| string | rotationName | Name of the rotation. |
| long? | simulationFrame | Simulation frame for which state is requested. If |
Returns
| Type | Description |
|---|---|
| Quaternion | Value of the rotation as of the given simulation frame. |