ScriptComponent.onChildrenLoaded() method

Invoked when all children of the host component are loaded

Signature:

onChildrenLoaded(children: Component3D[]): void;

Parameters

Parameter

Type

Description

children

Component3D[]

**Returns:**

void