C# Class Nez.Overlap2D.Runtime.PhysicsBodyDataVO

ファイルを表示 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_oe property

public bool allowSleep
return bool

awake public_oe property

public bool awake
return bool

bodyType public_oe property

public int bodyType
return int

bullet public_oe property

public bool bullet
return bool

centerOfMass public_oe property

public Vector2 centerOfMass
return Vector2

damping public_oe property

public float damping
return float

density public_oe property

public float density
return float

friction public_oe property

public float friction
return float

gravityScale public_oe property

public float gravityScale
return float

mass public_oe property

public float mass
return float

restitution public_oe property

public float restitution
return float

rotationalInertia public_oe property

public float rotationalInertia
return float

sensor public_oe property

public bool sensor
return bool