Class PrefabWindow.CustomRootNode
The custom implementation of the root node for the scene graph.
Inheritance
System.Object
FlaxEditor.SceneGraph.SceneGraphNode
FlaxEditor.SceneGraph.ActorNode
FlaxEditor.SceneGraph.RootNode
PrefabWindow.CustomRootNode
Namespace: FlaxEditor.Windows.Assets
Assembly: FlaxEngine.CSharp.dll
Syntax
public class CustomRootNode : RootNode
Constructors
CustomRootNode(PrefabWindow)
Initializes a new instance of the PrefabWindow.CustomRootNode class.
Declaration
public CustomRootNode(PrefabWindow window)
Parameters
PrefabWindow
window
The window. |
Properties
Selection
Declaration
public override List<SceneGraphNode> Selection { get; }
Property Value
System.Collections.Generic.List<FlaxEditor.SceneGraph.SceneGraphNode>
|
Overrides
FlaxEditor.SceneGraph.RootNode.Selection
Undo
Declaration
public override Undo Undo { get; }
Property Value
Undo
|
Overrides
FlaxEditor.SceneGraph.RootNode.Undo
Methods
Spawn(Actor, Actor)
Declaration
public override void Spawn(Actor actor, Actor parent)
Parameters
Actor
actor
|
Actor
parent
|
Overrides
FlaxEditor.SceneGraph.RootNode.Spawn(FlaxEngine.Actor, FlaxEngine.Actor)