rhodonite
    Preparing search index...

    Class VRMColliderGroup

    A group of colliders used in VRM spring bone physics simulation. This class manages collections of sphere and capsule colliders that can interact with spring bones to provide collision detection and response.

    Index

    Constructors

    Properties

    capsuleColliders: CapsuleCollider[] = []

    Array of capsule colliders in this group. Capsule colliders are used for cylindrical collision detection with rounded ends.

    sphereColliders: SphereCollider[] = []

    Array of sphere colliders in this group. Sphere colliders are used for simple spherical collision detection.