ISceneData

Description

interface Tinman.Engine.Scenes.Data.ISceneData

Derived from

IDisposable
IPathInfo

Extended by

SceneData abstract

Base interface for classes that represent a hierarchical scene database.

Public / Attributes

Is​Read​Only


public attribute IsReadOnly → (get)

value : bool

true if in read-only mode,
false if in read-write mode.

Is this ISceneData object read-only?

Root


public attribute Root → (get)

value : ISceneDataNode

[not-null]
The root node.

Returns the root node of this scene database.