C# Class Nez.Overlap2D.Runtime.PhysicsBodyDataVO

Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство 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
Résultat bool

awake public_oe property

public bool awake
Résultat bool

bodyType public_oe property

public int bodyType
Résultat int

bullet public_oe property

public bool bullet
Résultat bool

centerOfMass public_oe property

public Vector2 centerOfMass
Résultat Vector2

damping public_oe property

public float damping
Résultat float

density public_oe property

public float density
Résultat float

friction public_oe property

public float friction
Résultat float

gravityScale public_oe property

public float gravityScale
Résultat float

mass public_oe property

public float mass
Résultat float

restitution public_oe property

public float restitution
Résultat float

rotationalInertia public_oe property

public float rotationalInertia
Résultat float

sensor public_oe property

public bool sensor
Résultat bool