Method GetSceneName
GetSceneName(int)
Get a glTF's scene's name by its index
Declaration
public string GetSceneName(int sceneIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | sceneIndex | glTF scene index |
Returns
| Type | Description |
|---|---|
| string | Scene name or null |