Click or drag to resize

EdgeShape Properties

The EdgeShape type exposes the following members.

Properties
 NameDescription
Public propertyChildCount
(Overrides ShapeChildCount)
Public propertyDensity Gets or sets the density. Changing the density causes a recalculation of shape properties.
(Inherited from Shape)
Public propertyHasVertex0 Is true if the edge is connected to an adjacent vertex before vertex 1.
Public propertyHasVertex3 Is true if the edge is connected to an adjacent vertex after vertex2.
Public propertyRadius Radius of the Shape Changing the radius causes a recalculation of shape properties.
(Inherited from Shape)
Public propertyShapeType Get the type of this shape.
(Inherited from Shape)
Public propertyVertex0 Optional adjacent vertices. These are used for smooth collision.
Public propertyVertex1 These are the edge vertices
Public propertyVertex2 These are the edge vertices
Public propertyVertex3 Optional adjacent vertices. These are used for smooth collision.
Top
See Also