Delegate GameObjectInstantiator.NodeCreatedDelegate
Information for when a node's GameObject has been created.
Namespace: GLTFast
Assembly: solution.dll
Syntax
public delegate void GameObjectInstantiator.NodeCreatedDelegate(uint nodeIndex, GameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
uint | nodeIndex | Index of the corresponding glTF node. |
GameObject | gameObject | GameObject that was created. |