Preparing search index...

    Represents a 2D or 3D shape object.

    Index

    Constructors

    Methods

    • Creates a box-shaped physics collision component and adds it to the given scene.

      Parameters

      Returns Box

    • Creates a capsule-shaped physics collision component and adds it to the given scene.

      Parameters

      Returns Capsule

    • Creates a cone-shaped physics collision component and adds it to the given scene.

      Parameters

      Returns Cone

    • Creates a cylinder-shaped physics collision component and adds it to the given scene.

      Parameters

      Returns Cylinder

    • Creates a level set physics collision component and adds it to the given scene.

      Parameters

      Returns LevelSet

    • Creates a mesh-based physics collision component and adds it to the given scene.

      Parameters

      Returns Mesh

    • Creates a sphere-shaped physics collision component and adds it to the given scene.

      Parameters

      Returns Sphere