Abstract
Base class for all behaviors
Behaviors are the core logic units that operate on actors and can be used to add custom behavior to actors
Static
Name of the behavior
Optional
Destroy the behavior
Update the behavior with a fixed timestep, aligned with physics
Update the behavior every frame with a variable timestep
Base class for all behaviors
Behaviors are the core logic units that operate on actors and can be used to add custom behavior to actors