Instance.attach

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

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

Return Value

Type: bool

false instead of using the onBindFail callback on failure.

Throws

Exception if component was not registered in workspaced.

Meta