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