Class GroupNodeBase.OnChildNodeChangedArgs
- Namespace
- HelixToolkit.SharpDX.Model.Scene
- Assembly
- HelixToolkit.SharpDX.dll
public sealed class GroupNodeBase.OnChildNodeChangedArgs : EventArgs
- Inheritance
-
GroupNodeBase.OnChildNodeChangedArgs
- Inherited Members
Constructors
OnChildNodeChangedArgs(SceneNode?, Operation)
Initializes a new instance of the GroupNodeBase.OnChildNodeChangedArgs class.
public OnChildNodeChangedArgs(SceneNode? node, GroupNodeBase.Operation operation)
Parameters
nodeSceneNodeThe node.
operationGroupNodeBase.Operationif set to
true[add or remove].
Properties
Node
Gets or sets the node.
public SceneNode? Node { get; }
Property Value
- SceneNode
The node.
Operation
Gets or sets a value indicating whether [add =true or remove = false].
public GroupNodeBase.Operation Operation { get; }
Property Value
- GroupNodeBase.Operation
trueif [add or remove]; otherwise,false.
Operators
implicit operator SceneNode?(OnChildNodeChangedArgs)
public static implicit operator SceneNode?(GroupNodeBase.OnChildNodeChangedArgs args)