Class KinematicCharacterVariableUpdateGroup
System group for the default character rotation update
Inheritance
KinematicCharacterVariableUpdateGroup
Inherited Members
Namespace: Unity.CharacterController
Syntax
[UpdateInGroup(typeof(SimulationSystemGroup))]
[UpdateAfter(typeof(FixedStepSimulationSystemGroup))]
[UpdateBefore(typeof(TransformSystemGroup))]
public class KinematicCharacterVariableUpdateGroup : ComponentSystemGroup