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

Arguments of the INodeBuilder.NodeConstructing event. More...

Inheritance diagram for SiliconStudio.Quantum.NodeConstructingArgs:
EventArgs

Public Member Functions

 NodeConstructingArgs (ObjectDescriptor containerObjectDescriptor, MemberDescriptorBase memberDescriptor)
 Initializes a new instance of the NodeConstructingArgs class. More...
 

Properties

ObjectDescriptor ContainerObjectDescriptor [get, set]
 Gets the descriptor of the container of the member being constructed, or of the object itself it is a root object. More...
 
MemberDescriptorBase MemberDescriptor [get, set]
 Gets the member descriptor of the object being constructed if it is a member, or null otherwise. More...
 
bool Discard [get, set]
 Gets or sets whether this node should be discarded (not constructed). More...
 

Detailed Description

Arguments of the INodeBuilder.NodeConstructing event.

Definition at line 12 of file NodeConstructingArgs.cs.

Constructor & Destructor Documentation

SiliconStudio.Quantum.NodeConstructingArgs.NodeConstructingArgs ( ObjectDescriptor  containerObjectDescriptor,
MemberDescriptorBase  memberDescriptor 
)

Initializes a new instance of the NodeConstructingArgs class.

Parameters
containerObjectDescriptorThe descriptor of the container of the member being constructed, or of the object itself it is a root object.
memberDescriptorThe member descriptor of the object being constructed if it is a member, or null otherwise.

Definition at line 19 of file NodeConstructingArgs.cs.

Property Documentation

ObjectDescriptor SiliconStudio.Quantum.NodeConstructingArgs.ContainerObjectDescriptor
getset

Gets the descriptor of the container of the member being constructed, or of the object itself it is a root object.

Definition at line 29 of file NodeConstructingArgs.cs.

bool SiliconStudio.Quantum.NodeConstructingArgs.Discard
getset

Gets or sets whether this node should be discarded (not constructed).

Definition at line 39 of file NodeConstructingArgs.cs.

MemberDescriptorBase SiliconStudio.Quantum.NodeConstructingArgs.MemberDescriptor
getset

Gets the member descriptor of the object being constructed if it is a member, or null otherwise.

Definition at line 34 of file NodeConstructingArgs.cs.


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