4 using System.Collections.Generic;
7 using SiliconStudio.Quantum.Contents;
9 namespace SiliconStudio.Quantum
36 IReadOnlyCollection<IModelNode> Children {
get; }
46 IReadOnlyCollection<INodeCommand>
Commands {
get; }
The IModelNode interface represents a node in a model object. A model object is represented by a grap...