Hierarchy

Constructors

Properties

_isActive: boolean
gameObject: GameObject
onActiveChanges: Event<Component>

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