The simple tool wrapper will create, bind and manage the lifecycle of all the desired components. The wrapper is designed to obfuscate and simplify the process of creating a simple editor tool so that a creator can get on with the job of just creating the tool functionality without getting mired in the irrelevant details of component lifecycle and visibility management. The wrapper will also attempt to codify particular implementation patterns and requirements that are common to all editor tools, and enforce them in a consistent way. It should also go some way to insulating the creator from underlying system and implementation changes as the editor evolves.

Hierarchy

  • ISimpleTool

Accessors

  • get name(): string
  • Returns string

Methods

  • Parameters

    • Optional idString: string
      Optional

    Returns void

    Remarks

  • Parameters

    • message: string

    Returns void

    Remarks

  • Parameters

    • message: string

    Returns void

    Remarks

  • Parameters

    • message: string

    Returns void

    Remarks

  • Parameters

    • message: string

    Returns void

    Remarks

  • Parameters

    • Optional idString: string
      Optional

    Returns void

    Remarks

  • Parameters

    • idString: string

    Returns void

    Remarks

  • Returns void

    Remarks