-
Notifications
You must be signed in to change notification settings - Fork 234
Scenes
Adrien GIVRY edited this page Sep 26, 2020
·
3 revisions
Some global scenes functions
This usertype has no variables
This usertype has no constructors
Name | Input | Output | Description |
---|---|---|---|
GetCurrentScene | Scene |
Returns the currently active scene | |
Load |
string : path |
Scene |
Loads the scene identified by the given path and returns it |
This usertype has no operators