-
Notifications
You must be signed in to change notification settings - Fork 36
Graph Attributes
Chase edited this page Aug 16, 2020
·
3 revisions
If you add [IncludeTags] to a graph, only nodes with one or more [Tags] matching the include list will be allowed on the graph.
[IncludeTags("Heightmap", "Terrain", "Logic")]
class TerrainGraph : Graph
{
...
}