use()
Instantiates a part created by part().
Returns: SceneObject
tip
See the guide for detailed usage examples.
Signatures
use(handle: PartHandle): SceneObject
Instantiates a part created by part().
| Parameter | Type | Description |
|---|---|---|
handle | PartHandle | The part handle returned by part(). |
use(handle: PartHandle, options: T): SceneObject
Instantiates a part with options.
| Parameter | Type | Description |
|---|---|---|
handle | PartHandle | The part handle returned by part(). |
options | T | Options to pass to the part callback. |