RSX Code Reference
    Preparing search index...

    Class RegisteredGizmo

    The RegisteredGizmo represents a gizmo that is currently registered with a gizmo manager.

    Index
    • Parameters

      • OptionalgizmoClass: Type
      • OptionalcomponentClass: Type
      • OptionalisEnabled: boolean
      • OptionalisGlobal: boolean
      • OptionalisInteractive: boolean

      Returns RegisteredGizmo

    _componentClass: Type
    _gizmoClass: Type
    _isEnabled: boolean
    _isGlobal: boolean
    _isInteractive: boolean
    • get componentClass(): Type

      The component class that is affected by the gizmo.

      Returns Type

    • set componentClass(value: Type): void

      Parameters

      Returns void

    • get gizmoClass(): Type

      The class that is instanced by the gizmo.

      Returns Type

      The GizmoClass value is only available when the data represents a registered InteractiveGizmo.

    • set gizmoClass(value: Type): void

      Parameters

      Returns void

    • get isEnabled(): boolean

      Determines if the gizmo is being instanced for the component or globally.

      Returns boolean

    • set isEnabled(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get isGlobal(): boolean

      Determines if the gizmo is global.

      Returns boolean

    • set isGlobal(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get isInteractive(): boolean

      Determines if the gizmo is interactive.

      Returns boolean

    • set isInteractive(value: boolean): void

      Parameters

      • value: boolean

      Returns void