C# Class Box2DX.Dynamics.EdgeDef

This structure is used to build a chain of edges.
Inheritance: FixtureDef
Afficher le fichier Open project: KrugerHeavyIndustries/box2d-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
Vertex1 System.Vector2
Vertex2 System.Vector2

Méthodes publiques

Méthode Description
EdgeDef ( ) : System

Method Details

EdgeDef() public méthode

public EdgeDef ( ) : System
Résultat System

Property Details

Vertex1 public_oe property

The start vertex.
public Vector2,System Vertex1
Résultat System.Vector2

Vertex2 public_oe property

The end vertex.
public Vector2,System Vertex2
Résultat System.Vector2