RSX Code Reference
    Preparing search index...
    • rsx
    • BoxColliderShapeInformation

    Class BoxColliderShapeInformation

    Describes a box collider.

    Index
    _halfExtents: Vector3
    • get halfExtents(): Vector3

      Half-size of the box along each local axis. The full box size is twice this value. Shape and parent-transform scaling are applied separately.

      Returns Vector3

    • set halfExtents(value: Immutable<Vector3>): void

      Parameters

      Returns void