Vixen
02b45cc4
csharp
public enum BodyMotion

How a body is moved.

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

Fields and properties (3)

  • Static

    Never moves. Level geometry. Cheapest by a wide margin.

  • Kinematic

    Moved by whoever owns it, and pushes dynamic bodies out of the way without being pushed back. Lifts, doors, moving platforms.

  • Dynamic

    Moved by the solver: gravity, contacts, forces.

Used by (10)

  • BodyDescriptionVixen.Physics
  • HeightFieldShapeTestsVixen.Physics.Tests
  • PhysicsBodyVixen.Physics
  • PhysicsDebugDrawVixen.Physics
  • PhysicsSceneVixen.Physics
  • PhysicsSceneTestsVixen.Physics.Tests
  • PhysicsWorldVixen.Physics
  • RigidBodyVixen.Physics
  • Vixen_Physics_Bodies_BodyDescriptionSerializerVixen.Physics
  • Vixen_Physics_Ecs_RigidBodySerializerVixen.Physics