C# Class Nez.Overlap2D.Runtime.PhysicsBodyDataVO

Show file Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
allowSleep bool
awake bool
bodyType int
bullet bool
centerOfMass Vector2
damping float
density float
friction float
gravityScale float
mass float
restitution float
rotationalInertia float
sensor bool

Property Details

allowSleep public property

public bool allowSleep
return bool

awake public property

public bool awake
return bool

bodyType public property

public int bodyType
return int

bullet public property

public bool bullet
return bool

centerOfMass public property

public Vector2 centerOfMass
return Vector2

damping public property

public float damping
return float

density public property

public float density
return float

friction public property

public float friction
return float

gravityScale public property

public float gravityScale
return float

mass public property

public float mass
return float

restitution public property

public float restitution
return float

rotationalInertia public property

public float rotationalInertia
return float

sensor public property

public bool sensor
return bool