C# Class Nez.Farseer.FSBodyDef

Show file Open project: prime31/Nez

Public Properties

Property Type Description
angularDamping float
angularVelocity float
bodyType BodyType
fixedRotation bool
gravityScale float
ignoreGravity bool
inertia float
isAwake bool
isBullet bool
isSleepingAllowed bool
linearDamping float
linearVelocity Microsoft.Xna.Framework.Vector2
mass float

Property Details

angularDamping public property

public float angularDamping
return float

angularVelocity public property

public float angularVelocity
return float

bodyType public property

public BodyType bodyType
return BodyType

fixedRotation public property

public bool fixedRotation
return bool

gravityScale public property

public float gravityScale
return float

ignoreGravity public property

public bool ignoreGravity
return bool

inertia public property

public float inertia
return float

isAwake public property

public bool isAwake
return bool

isBullet public property

public bool isBullet
return bool

isSleepingAllowed public property

public bool isSleepingAllowed
return bool

linearDamping public property

public float linearDamping
return float

linearVelocity public property

public Vector2,Microsoft.Xna.Framework linearVelocity
return Microsoft.Xna.Framework.Vector2

mass public property

public float mass
return float