Controller
Declaration
public abstract class tainicom.Aether.Physics2D.Controllers.Controller
Inherits: tainicom.Aether.Physics2D.Common.PhysicsLogic.FilterData
Constructors
Controller
void Controller()
Properties
World
World World { get }
Fields
ControllerCategory
ControllerCategory ControllerCategory
Enabled
bool Enabled
Methods
IsActiveOn override
bool IsActiveOn(Body body)
Parameters:
| Name | Type | Description |
|---|---|---|
body |
tainicom.Aether.Physics2D.Dynamics.Body |
Update abstract
void Update(float dt)
Parameters:
| Name | Type | Description |
|---|---|---|
dt |
System.Single |