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 IsReadOnly 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. IGeoPathValues ISceneDataBounds