C# Class FarseerPhysics.Controllers.Controller

Show file Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
Enabled bool
World FarseerPhysics.Dynamics.World

Public Methods

Method Description
Controller ( ControllerType controllerType ) : System
Update ( float dt ) : void
isActiveOn ( Body body ) : bool

Method Details

Controller() public method

public Controller ( ControllerType controllerType ) : System
controllerType ControllerType
return System

Update() public abstract method

public abstract Update ( float dt ) : void
dt float
return void

isActiveOn() public method

public isActiveOn ( Body body ) : bool
body FarseerPhysics.Dynamics.Body
return bool

Property Details

Enabled public property

public bool Enabled
return bool

World public property

public World,FarseerPhysics.Dynamics World
return FarseerPhysics.Dynamics.World