Hierarchy

Constructors

Properties

_globalPosition: Vector3
_globalRadius: number
_position: Vector3
_radius: number
gameObject: GameObject
onActiveChanges: Event<Component>
onPositionUpdates: Event<SphereCollider>
onRadiusUpdates: Event<SphereCollider>

Accessors

Methods

  • Utility function for logging. Logs using console.error and appends info about gameObject and component

    Parameters

    • Rest ...obj: any

      thing to log

    Returns void

  • Utility function for logging. Logs using console.log and appends info about gameObject and component

    Parameters

    • Rest ...obj: any

      thing to log

    Returns void

  • Utility function for logging. Logs using console.warn and appends info about gameObject and component

    Parameters

    • Rest ...obj: any

      thing to log

    Returns void

Generated using TypeDoc