Class Controller
- Namespace
 - Alis.Core.Physic.Controllers
 
- Assembly
 - Alis.dll
 
The controller class
public abstract class Controller : FilterDataInheritance
Derived
Inherited Members
Fields
ControllerCategory
The cat 01
public ControllerCategory ControllerCategoryField Value
Enabled
The enabled
public bool EnabledField Value
Properties
World
Gets or sets the value of the world
public World World { get; internal set; }Property Value
Methods
IsActiveOn(Body)
Describes whether this instance is active on
public override bool IsActiveOn(Body body)Parameters
bodyBody- 
The body
 
Returns
- bool
 - 
The bool
 
Update(float)
Updates the dt
public abstract void Update(float dt)Parameters
dtfloat- 
The dt