Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Box2DX
Dynamics
EdgeDef
C# Class Box2DX.Dynamics.EdgeDef
This structure is used to build a chain of edges.
Inheritance:
FixtureDef
Datei anzeigen
Open project: KrugerHeavyIndustries/box2d-unity
Class Usage Examples
Public Properties
Property
Type
Description
Vertex1
System.Vector2
Vertex2
System.Vector2
Public Methods
Method
Description
EdgeDef
( ) :
System
Method Details
EdgeDef()
public
method
public
EdgeDef
( ) :
System
return
System
Property Details
Vertex1
public_oe property
The start vertex.
public
Vector2,System
Vertex1
return
System.Vector2
Vertex2
public_oe property
The end vertex.
public
Vector2,System
Vertex2
return
System.Vector2