Ejemplo n.º 1
0
 PSGetPropertySystem([In] ref Guid iIdPropertySystem, [Out] out IPropertySystem propertySystem);
Ejemplo n.º 2
0
 public static extern void PSGetPropertySystem([In] ref Guid iIdPropertySystem, [Out] out IPropertySystem propertySystem);
Ejemplo n.º 3
0
 public HierarchyPropertySystemTree(IPropertySystem propertySystem, int id, int depth) : base(id, depth, "Properties")
 {
     this.propertySystem = propertySystem;
     icon = uNodeEditorUtility.GetTypeIcon(typeof(TypeIcons.PropertyIcon)) as Texture2D;
 }