C# Class FarseerPhysics.Common.PhysicsLogic.PhysicsLogic

Inheritance: FilterData
Show file Open project: prime31/Nez

Public Properties

Property Type Description
world FarseerPhysics.Dynamics.World

Public Methods

Method Description
PhysicsLogic ( World world, PhysicsLogicType type ) : System
isActiveOn ( Body body ) : bool

Method Details

PhysicsLogic() public method

public PhysicsLogic ( World world, PhysicsLogicType type ) : System
world FarseerPhysics.Dynamics.World
type PhysicsLogicType
return System

isActiveOn() public method

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

Property Details

world public property

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