Class ProxyForceMotionTypeUtils
Inherited Members
Namespace: Unity.MARS.Forces
Assembly: Unity.MARS.dll
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 |
---|---|
bool |
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 |