csharp
public struct CharacterBodyThe character controller an entity has been given.
Remarks
Attached by PhysicsScene and never by hand. Its absence is the query that finds entities still needing one, exactly as PhysicsBody's is — WithNone rather than a scan for a sentinel.
⚠ Neither [Component] nor [DataContract], and the pair of absences is load-bearing. A scene component is one carrying both; this carries neither, so nothing has to remember to exclude a handle that means nothing outside the world that issued it. The same construction PhysicsBody uses, for the same reason, and the bridge rebuilds it from CharacterMovement on the first step after a load.
Fields and properties (3)
Used by (3)
- CharacterMovementSystemVixen.Physics
- CharacterSceneTestsVixen.Physics.Tests
- PhysicsSceneVixen.Physics