Class Scene
Inheritance
System.Object
Scene
Namespace: Unity.UIWidgets.ui
Syntax
public class Scene : IDisposable
Constructors
Scene(Layer)
Declaration
public Scene(Layer rootLayer)
Parameters
Type | Name | Description |
---|---|---|
Layer | rootLayer |
Methods
Dispose()
Declaration
public void Dispose()
takeLayerTree()
Declaration
public LayerTree takeLayerTree()
Returns
Type | Description |
---|---|
LayerTree |