Table of Contents

Class Controller

Namespace
Alis.Core.Physic.Controllers
Assembly
Alis.dll

The controller class

public abstract class Controller : FilterData

Inheritance

Derived

Inherited Members

Fields

ControllerCategory

The cat 01

public ControllerCategory ControllerCategory

Field Value

ControllerCategory

Enabled

The enabled

public bool Enabled

Field Value

bool

Properties

World

Gets or sets the value of the world

public World World { get; internal set; }

Property Value

World

Methods

IsActiveOn(Body)

Describes whether this instance is active on

public override bool IsActiveOn(Body body)

Parameters

body Body

The body

Returns

bool

The bool

Update(float)

Updates the dt

public abstract void Update(float dt)

Parameters

dt float

The dt

See Also