ScenePhysicsWorldClassBodyCharacterDataGroundState Enumeration |
Namespace: NeoAxis
public enum CharacterDataGroundState
Member name | Value | Description | |
---|---|---|---|
OnGround | 0 | Character is on the ground and can move freely. | |
OnSteepGround | 1 | Character is on a slope that is too steep and can't climb up any further. The caller should start applying downward velocity if sliding from the slope is desired. | |
NotSupported | 2 | Character is touching an object, but is not supported by it and should fall. The GetGroundXXX functions will return information about the touched object. | |
InAir | 3 | Character is in the air and is not touching anything. |
Copyright 2024 NeoAxis Group. All rights reserved.