Class ProxyForceMotionTypeUtils
Namespace: Unity.MARS.Forces
Syntax
[MovedFrom("Unity.MARS.Forces.ForceDefinitions")]
public static class ProxyForceMotionTypeUtils
Methods
IsMoving(ProxyForceMotionType)
Declaration
public static bool IsMoving(this ProxyForceMotionType mt)
Parameters
| Type | Name | Description |
|---|---|---|
| ProxyForceMotionType | mt |
Returns
| Type | Description |
|---|---|
| Boolean |
TrimPoseUpdate(ProxyForceMotionType, Pose, Pose)
Declaration
public static Pose TrimPoseUpdate(this ProxyForceMotionType mt, Pose oldPose, Pose newPose)
Parameters
| Type | Name | Description |
|---|---|---|
| ProxyForceMotionType | mt | |
| Pose | oldPose | |
| Pose | newPose |
Returns
| Type | Description |
|---|---|
| Pose |