C# Class hyades.physics.CollisionInfo

Afficher le fichier Open project: zfedoran/bubblebound Class Usage Examples

Méthodes publiques

Свойство Type Description
body_a Body
body_b Body
edge_distance float
normal Vector2
penetration float
point Vector2
pointmass_a PointMass
pointmass_b PointMass
pointmass_c PointMass

Méthodes publiques

Méthode Description
Clear ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Property Details

body_a public_oe property

public Body,hyades.physics body_a
Résultat Body

body_b public_oe property

public Body,hyades.physics body_b
Résultat Body

edge_distance public_oe property

public float edge_distance
Résultat float

normal public_oe property

public Vector2 normal
Résultat Vector2

penetration public_oe property

public float penetration
Résultat float

point public_oe property

public Vector2 point
Résultat Vector2

pointmass_a public_oe property

public PointMass,hyades.physics pointmass_a
Résultat PointMass

pointmass_b public_oe property

public PointMass,hyades.physics pointmass_b
Résultat PointMass

pointmass_c public_oe property

public PointMass,hyades.physics pointmass_c
Résultat PointMass