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