| Package | Box2D.Collision.Shapes |
| Class | public class b2EdgeChainDef |
| Source | b2EdgeChainDef.as |
See also
| Property | Defined by | ||
|---|---|---|---|
| isALoop : Boolean Whether to create an extra edge between the first and last vertices.
| b2EdgeChainDef | ||
| vertexCount : int The number of vertices in the chain.
| b2EdgeChainDef | ||
| vertices : Array The vertices in local coordinates.
| b2EdgeChainDef | ||
| Method | Defined by | ||
|---|---|---|---|
| b2EdgeChainDef | |||
| isALoop | property |
public var isALoop:BooleanWhether to create an extra edge between the first and last vertices.
| vertexCount | property |
public var vertexCount:intThe number of vertices in the chain.
| vertices | property |
public var vertices:ArrayThe vertices in local coordinates.
| b2EdgeChainDef | () | constructor |
public function b2EdgeChainDef()