Entity Type Attribute
An Entity Type Attribute defines a per particle attribute attached to an Entity Type, as well as random bounds for setting its values to each Entity of this Entity Type. The value of an Entity Type attribute can be modified in various way (Attribute Behavior, ppExpression...), see ppAttributes Handling for more information.
Remember that the value of an Entity Attribute is set at the placement step. See the population tool. It means that these values can be modified manually by selecting particles and editing them in the Component Editor. For more explanation about how to use ppAttributes, see ppAttributes Handling.
Creation
- Golaem Menu: CrowdEntityTypeAttribute Node
- MEL command : glmCrowdEntityTypeAttributeNodeCmd;
- With the Behavior Editor: Right-click on the Entity Type. The attribute is automatically mapped.
- If an Entity Type is selected when the Entity Type Attribute is created, both nodes will be automatically connected.
configuration
Attributes of an Entity Type Attribute node
Attribute Name | Name of the ppAttribute |
Attribute Type | Can be Float or Vector |
Random Min | Random float value lower bound |
Random Max | Random float value upper bound |
Random Min (Vector) | Random Vector value lower bound |
Random Max (Vector) | Random Vector value upper bound |