Scene

class Scene

Deprecated

Use ArSceneView directly

Replace with

SceneView(context)

Deprecated: Use ARSceneView

All functions are directly on SceneView and ArSceneview*

= SceneView/ARSceneView is a Scene (NodeParent) that can contain

  • Camera Node

  • Lights Nodes

  • Model Nodes

  • ...

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
fun onAddChild(child: Any?): Nothing?
Link copied to clipboard
fun onRemoveChild(child: Any?): Nothing?