Class Scene
A scene contains the whole node hierarchy.
Inherited Members
Namespace: Unity.VectorGraphics
Assembly: Unity.VectorGraphics.dll
Syntax
public class Scene
Properties
Root
The root of the node hierarchy.
Declaration
public SceneNode Root { get; set; }
Property Value
Type | Description |
---|---|
SceneNode |