Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Quantum.NodeConstructedArgs Class Reference

Arguments of the INodeBuilder.NodeConstructed event. More...

Inheritance diagram for SiliconStudio.Quantum.NodeConstructedArgs:
EventArgs

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...
 

Detailed Description

Arguments of the INodeBuilder.NodeConstructed event.

Definition at line 13 of file NodeConstructedArgs.cs.

Constructor & Destructor Documentation

SiliconStudio.Quantum.NodeConstructedArgs.NodeConstructedArgs ( IContent  content)

Initializes a new instance of the NodeConstructedArgs class.

Parameters
contentThe content of the node that has been constructed.

Definition at line 19 of file NodeConstructedArgs.cs.

Property Documentation

IMemberDescriptor SiliconStudio.Quantum.NodeConstructedArgs.MemberDescriptor
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.

ITypeDescriptor SiliconStudio.Quantum.NodeConstructedArgs.TypeDescriptor
getset

Gets the type descriptor of the node that has been constructed.

Definition at line 28 of file NodeConstructedArgs.cs.


The documentation for this class was generated from the following file: