Table of Contents

GetAxis2D

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 null the CurrentSimulationFrame will be used.

Returns
Type Description
Vector2

Value of the axis2D as of the given simulation frame.