Method EndScene
EndScene(uint[])
Is called at last, after all scene content has been created. Immediately afterwards the scene will be rendered, so use it to finally prepare the instance.
Declaration
public virtual void EndScene(uint[] rootNodeIndices)
Parameters
Type | Name | Description |
---|---|---|
uint[] | rootNodeIndices | Indices of root level nodes in scene |