![]() |
VR Interaction Framework v2.0
|
Public Member Functions | |
| virtual void | CheckMovingPlatform () |
| virtual void | UpdateCurrentPlatform () |
| virtual void | UpdateDistanceFromGround () |
Public Attributes | |
| LayerMask | GroundedLayers |
| float | DistanceFromGround |
| MovingPlatform | CurrentPlatform |
| The platform we are currently on top of, if any. | |
Protected Attributes | |
| RaycastHit | groundHit |
|
virtual |
|
virtual |
|
virtual |
| MovingPlatform BNG.PlayerMovingPlatformSupport.CurrentPlatform |
The platform we are currently on top of, if any.
| float BNG.PlayerMovingPlatformSupport.DistanceFromGround |
| LayerMask BNG.PlayerMovingPlatformSupport.GroundedLayers |
|
protected |