Click or drag to resize
Ab4d.SharpEngine logo

RootNode Class

RootNode is a special GroupNode that can be used only as the root node in the Scene object.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.CoreComponentBase
    Ab4d.SharpEngine.CoreInitializedSceneComponent
      Ab4d.SharpEngine.SceneNodesSceneNode
        Ab4d.SharpEngine.SceneNodesGroupNode
          Ab4d.SharpEngine.SceneNodesRootNode

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public sealed class RootNode : GroupNode

The RootNode type exposes the following members.

Methods
Extension Methods
 NameDescription
Public Extension MethodDumpHierarchy Dumps the hierarchy of the GroupNode and its children.
(Defined by Extensions)
Top
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.SceneNodes.RootNode"]

See Also