|
Enzo
|
A tab menu entry that creates a node of another type with its own starting values. More...
#include <NodeAlias.h>
Public Attributes | |
| std::string | internalName |
| std::string | typeNamespace |
| The namespace the alias was published under, such as "enzo". | |
| std::string | displayName |
| std::vector< std::string > | tags |
| The words the tab menu searches on. | |
| std::string | aliasedType |
| The full name of the node type the alias creates, such as "enzo::attributeNoise". | |
| std::vector< ParameterSerializable > | parameterValues |
| The starting values set on each node the alias creates. | |
A tab menu entry that creates a node of another type with its own starting values.
A node created from the "enzo::mountain" alias is an "enzo::attributeNoise" node whose parameters start at the values the alias gives them.