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

    Class SphereColliderShapeInformation

    Describes a sphere collider.

    Index
    _radius: number
    • get radius(): number

      Radius of the sphere in local space. This is the center-to-surface distance, not the diameter.

      Returns number

    • set radius(value: number): void

      Parameters

      • value: number

      Returns void