C# Class Box2DX.Dynamics.Controllers.GravityControllerDef

Mostra file Open project: KrugerHeavyIndustries/box2d-unity Class Usage Examples

Public Properties

Property Type Description
G float
InvSqr bool

Property Details

G public_oe property

Specifies the strength of the gravitiation force
public float G
return float

InvSqr public_oe property

If true, gravity is proportional to r^-2, otherwise r^-1
public bool InvSqr
return bool