AirCharacterMovement |
Moves a flying PlatformerGameKit.Characters.Character . |
BoxCharacterBody2D |
Moves a ground-based PlatformerGameKit.Characters.Character with a UnityEngine.BoxCollider2D . |
Character |
A centralised group of references to the common parts of a character and a PlatformerGameKit.Characters.Character.StateMachine for their
actions.
|
CharacterAnimancerComponent |
An Animancer.AnimancerComponent
which also manages a UnityEngine.SpriteRenderer and hit boxes.
|
CharacterBody2D |
Manages the UnityEngine.Collider2D and UnityEngine.Rigidbody2D of a PlatformerGameKit.Characters.Character . |
CharacterMovement |
Base class for moving a PlatformerGameKit.Characters.CharacterMovement.Character . |
GroundCharacterMovement |
Moves a ground-based PlatformerGameKit.Characters.Character . |