Class CharacterTransientGroundingReportDeltaSerializer
Custom delta serializers for KinematicCharacterController.CharacterTransientGroundingReport.
Delta serializer: Writes a 1-byte bitmask (6 bits for 6 fields) followed by delta-encoded values for only the changed fields. When the grounding status is stable and unchanged this writer declines entirely and sends NOTHING — the parent's flags word records its absence. It only emits a bitmask when something changed, or when a caller forces it, and nothing forces it today: the root reconcile routes FullSerialize through its own absolute path and passes Unset down here.
public static class CharacterTransientGroundingReportDeltaSerializer
- Inheritance
-
CharacterTransientGroundingReportDeltaSerializer
- Inherited Members