![]() |
Paradox Game Engine
v1.0.0 beta06
|
Arguments of the INodeBuilder.NodeConstructed event. More...
Public Member Functions | |
NodeConstructedArgs (IContent content) | |
Initializes a new instance of the NodeConstructedArgs class. More... | |
Properties | |
ITypeDescriptor | TypeDescriptor [get, set] |
Gets the type descriptor of the node that has been constructed. More... | |
IMemberDescriptor | MemberDescriptor [get, set] |
Gets the member of the node that has been constructed, if the node corresponds to a member of another object. More... | |
Arguments of the INodeBuilder.NodeConstructed event.
Definition at line 13 of file NodeConstructedArgs.cs.
SiliconStudio.Quantum.NodeConstructedArgs.NodeConstructedArgs | ( | IContent | content | ) |
Initializes a new instance of the NodeConstructedArgs class.
content | The content of the node that has been constructed. |
Definition at line 19 of file NodeConstructedArgs.cs.
|
getset |
Gets the member of the node that has been constructed, if the node corresponds to a member of another object.
Definition at line 33 of file NodeConstructedArgs.cs.
|
getset |
Gets the type descriptor of the node that has been constructed.
Definition at line 28 of file NodeConstructedArgs.cs.