Click or drag to resize

PathManager Methods

The PathManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAttachBodiesWithRevoluteJoint
Attaches the bodies with revolute joints.
Public methodStatic memberConvertPathToEdges
Convert a path into a set of edges and attaches them to the specified body. Note: use only for static edges.
Public methodStatic memberConvertPathToPolygon
Convert a closed path into a polygon. Convex decomposition is automatically performed.
Public methodStatic memberEvenlyDistributeShapesAlongPath(World, Path, Shape, BodyType, Int32, Object)
Duplicates the given Body along the given path for approximatly the given copies.
Public methodStatic memberEvenlyDistributeShapesAlongPath(World, Path, IEnumerableShape, BodyType, Int32, Object)
Duplicates the given Body along the given path for approximatly the given copies.
Public methodStatic memberMoveBodyOnPath
Moves the given body along the defined path.
Top
See Also