PlatformerGameKit.Characters Namespace

Summary

Character scripts.

Class Types

Class Summary
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.

Struct Types

Struct Summary
PlatformContact2D Details about a point of contact with a platform.

Namespaces

Namespace Summary
PlatformerGameKit.Characters.Brains Scripts that control characters.
PlatformerGameKit.Characters.States Scripts that execute character actions.