C# Class TestBed.BipedDef

Exibir arquivo Open project: colgreen/box2dx Class Usage Examples

Public Properties

Property Type Description
HeadCirc CircleDef
LAnkleDef Box2DX.Dynamics.RevoluteJointDef
LFootDef Box2DX.Dynamics.BodyDef
LFootPoly PolygonDef
count short

Public Methods

Method Description
BipedDef ( ) : System
DefaultJoints ( ) : void
DefaultPositions ( ) : void
DefaultVertices ( ) : void
DisableLimit ( ) : void
DisableMotor ( ) : void
EnableLimit ( ) : void
EnableMotor ( ) : void
IsFast ( bool b ) : void
SetAngularDamping ( float f ) : void
SetDensity ( float f ) : void
SetGroupIndex ( short i ) : void
SetLimit ( bool b ) : void
SetLinearDamping ( float f ) : void
SetMotor ( bool b ) : void
SetMotorSpeed ( float f ) : void
SetMotorTorque ( float f ) : void
SetRestitution ( float f ) : void

Method Details

BipedDef() public method

public BipedDef ( ) : System
return System

DefaultJoints() public method

public DefaultJoints ( ) : void
return void

DefaultPositions() public method

public DefaultPositions ( ) : void
return void

DefaultVertices() public method

public DefaultVertices ( ) : void
return void

DisableLimit() public method

public DisableLimit ( ) : void
return void

DisableMotor() public method

public DisableMotor ( ) : void
return void

EnableLimit() public method

public EnableLimit ( ) : void
return void

EnableMotor() public method

public EnableMotor ( ) : void
return void

IsFast() public method

public IsFast ( bool b ) : void
b bool
return void

SetAngularDamping() public method

public SetAngularDamping ( float f ) : void
f float
return void

SetDensity() public method

public SetDensity ( float f ) : void
f float
return void

SetGroupIndex() public method

public SetGroupIndex ( short i ) : void
i short
return void

SetLimit() public method

public SetLimit ( bool b ) : void
b bool
return void

SetLinearDamping() public method

public SetLinearDamping ( float f ) : void
f float
return void

SetMotor() public method

public SetMotor ( bool b ) : void
b bool
return void

SetMotorSpeed() public method

public SetMotorSpeed ( float f ) : void
f float
return void

SetMotorTorque() public method

public SetMotorTorque ( float f ) : void
f float
return void

SetRestitution() public method

public SetRestitution ( float f ) : void
f float
return void

Property Details

HeadCirc public_oe property

public CircleDef HeadCirc
return CircleDef

LAnkleDef public_oe property

public RevoluteJointDef,Box2DX.Dynamics LAnkleDef
return Box2DX.Dynamics.RevoluteJointDef

LFootDef public_oe property

public BodyDef,Box2DX.Dynamics LFootDef
return Box2DX.Dynamics.BodyDef

LFootPoly public_oe property

public PolygonDef LFootPoly
return PolygonDef

count public_oe static_oe property

public static short count
return short