playerrigidforce - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Movement
Inherits from PlayerForceBase
Applies a impulses on the player while still allowing teleportation, climbing, other movement. The applied impulse will be reduced over time.
public class PlayerRigidForce : PlayerForceBase| Name | Description |
|---|---|
| ApplyHorizontalImpulse(Vector3) | Applies a horizontal impulse, ignoring vertical forces. |
| ApplyImpulse(Vector3) | Applies a horizontal impulse. |
| ApplyImpulseUpperHalfSphere(Vector3) | Applies a horizontal impulse, ignoring vertical forces if it is negative. |
| ApplyTestImpulse() | Applies a test horizontal impulse. |
| Name | Description |
|---|---|
| ApplyForce | Whether or not the force should be applied. |