Gets the node group name. Every custom node can specify the group that it belongs to. The node archetype. The node group name.
(NodeArchetype arch)
| 32 | /// <param name="arch">The node archetype.</param> |
| 33 | /// <returns>The node group name.</returns> |
| 34 | public static string GetNodeGroup(NodeArchetype arch) |
| 35 | { |
| 36 | return (string)arch.DefaultValues[1]; |
| 37 | } |
| 38 | } |
| 39 | } |