Class Body

A collection of children that are part of the same rigid body.

Hierarchy

  • Body

Constructors

Properties

Methods

Constructors

Properties

fileBody: FileBody

Methods

  • Adds a child to the body.

    Returns

    The added child.

    Type Parameters

    Type Parameters

    Parameters

    • child: T

      The child to add.

    Returns T

  • Removes a child from the body, if it is present.

    Parameters

    • child: Child

      The child to remove.

    Returns void

Generated using TypeDoc