Vixen
02b45cc4
csharp
public enum CharacterGround

What the character is standing on, if anything.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Grounded

    On ground it can stand on.

  • Steep

    Touching ground, but too steep to stand on. It will slide.

  • Unsupported

    Touching something that is not ground at all — a wall, or a body it cannot rest on.

  • Airborne

    Touching nothing.

Used by (6)

  • CharacterAllocationTestsVixen.Physics.Tests
  • CharacterControllerVixen.Physics
  • CharacterControllerTestsVixen.Physics.Tests
  • CharacterMotionVixen.Physics
  • CharacterMotionTestsVixen.Physics.Tests
  • CharacterStateVixen.Physics