Attention
You are viewing PyUnity docs under the develop branch.
As such, they are only applicable if you installed from source.
Go to https://docs.pyunity.x10.bz/en/latest/ for the most recent
release.
pyunity.scenes package¶
Submodules¶
- pyunity.scenes.runner module
- pyunity.scenes.scene module
createTask()SceneScene.GetAssetFile()Scene.SaveAsset()Scene.Bare()Scene.rootGameObjectsScene.Add()Scene.AddMultiple()Scene.Destroy()Scene.Has()Scene.List()Scene.FindGameObjectsByName()Scene.FindGameObjectsByTagName()Scene.FindGameObjectsByTagNumber()Scene.FindComponent()Scene.FindComponents()Scene.insideFrustrum()Scene.startOpenGL()Scene.startScripts()Scene.startLoop()Scene.Start()Scene.updateScripts()Scene.updateFixed()Scene.Render()Scene.cleanUp()
- pyunity.scenes.sceneManager module
Module contents¶
Source code: pyunity/scenes/__init__.py
Module to create and load Scenes.