Controller System

Controller System

Classes
CapsuleCollider The controller class for a capsule-shaped collidable object.
CharacterController The stock controller class that applies character motion.
Collider The base controller class for collidable objects.
Controller Manages a dynamic node in a scene graph.
ControllerReg Represents a custom controller type.
ControllerRegistration Manages internal registration information for a custom controller type.
Function The base class for all controller function objects.
FunctionReg Represents a custom function type.
FunctionRegistration Contains information about an application-defined controller function.
Method Represents an action that can be placed in a script.
MethodReg Represents a custom script method type.
MethodRegistration Manages internal registration information for a custom script method type.
ProjectileController The stock controller class that applies projectile motion.
ScriptController Manages a scripted node in a scene graph.
ScriptState Represents the state of a running script.
SphereCollider The controller class for a spherical collidable object.
Data Structures
CollisionData Contains extended information about a collision.
ContactData Contains basic information about a collision.
Class Hierarchies
Controller Hierarchy