The mover data assigned to a PhysicsShape.moverData. This is used when PhysicsShape are encountered when using PhysicsWorld.CastMover.
Property | Description |
---|---|
clipVelocity | Controls if this shape can clip the mover velocity. |
pushLimit | Controls the amount this shape can push against a mover. To effectively set no limit, use System.Single.MaxValue. |
Constructor | Description |
---|---|
PhysicsShape.MoverData | Create a default mover data. |