playerrigidforce - eisclimber/ExPresS-XR GitHub Wiki

PlayerRigidForce

Class in ExPresSXR.Movement

Inherits from PlayerForceBase

Summary

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

Methods

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.

Properties

Name Description
ApplyForce Whether or not the force should be applied.
⚠️ **GitHub.com Fallback** ⚠️