Instance.attach

Loads a registered component which didn't have auto register on just for this instance.

  1. bool attach(WorkspaceD workspaced)
    class Instance
    bool
    attach
    (
    T
    )
  2. bool attach(WorkspaceD workspaced, ComponentInfo info)

Return Value

Type: bool

false instead of using the onBindFail callback on failure.

Throws

Exception if component was not registered in workspaced.

Meta