MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetNodeGroup

Method GetNodeGroup

Source/Editor/Surface/Archetypes/Custom.cs:34–37  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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}

Callers 1

VisjectCMMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected