C# Class Nez.Farseer.FSBodyDef

显示文件 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_oe property

public float angularDamping
return float

angularVelocity public_oe property

public float angularVelocity
return float

bodyType public_oe property

public BodyType bodyType
return BodyType

fixedRotation public_oe property

public bool fixedRotation
return bool

gravityScale public_oe property

public float gravityScale
return float

ignoreGravity public_oe property

public bool ignoreGravity
return bool

inertia public_oe property

public float inertia
return float

isAwake public_oe property

public bool isAwake
return bool

isBullet public_oe property

public bool isBullet
return bool

isSleepingAllowed public_oe property

public bool isSleepingAllowed
return bool

linearDamping public_oe property

public float linearDamping
return float

linearVelocity public_oe property

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

mass public_oe property

public float mass
return float