Method GetBodyGroundLocalPosition
GetBodyGroundLocalPosition()
Gets the position of where the user's body is grounded (e.g. their feet), in the local space of the originTransform, based on the bodyPositionEvaluator.
Declaration
public Vector3 GetBodyGroundLocalPosition()
Returns
| Type | Description |
|---|---|
| Vector3 | Returns the position of where the user's body is grounded, in the local space of the originTransform. |