4 using System.Collections.Generic;
7 using SiliconStudio.Quantum.Contents;
9 namespace SiliconStudio.Quantum
49 IModelNode Build(
object obj, Type type, Guid rootGuid);
This interface provides objects and methods to build a nodal view model from a given object...
EventHandler< NodeConstructingArgs > NodeConstructing
Raised when a node is about to be constructed. The construction can be cancelled by setting NodeConst...
The IModelNode interface represents a node in a model object. A model object is represented by a grap...
EventHandler< NodeConstructedArgs > NodeConstructed
Raised when a node has been constructed. Allows to attach associated data to the node via the NodeCon...