Add metadata
The Add metadata module creates or edit a metadata on the group agents.
Attributes
Attributes | Type | Overridable | Description |
---|---|---|---|
active | bool | yes | Active state of the module |
name | string | no | Metadata name |
type | int | no | Metadata type id |
setJointMetadata | bool | yes | If on and the metadata name contains @, the metadata is going to be set on the joint with the name following @. |
boolValue | bool | yes | Metadata boolean value |
intValue | int | yes | Metadata int value |
doubleValue | double | yes | Metadata double value |
vec3Value | vector3 | yes | Metadata vector 3 value |
quatValue | vector3 | yes | Metadata quaternion value -Â This value is exposed as a euler rotation then inside the module is converted to a quaternion |
matrixValue | matrix | yes | Metadata matrix value |
stringValue | string | yes | Metadata string value |
agentCreationOnly | bool | yes | If set to true only adds metadata on agent creation |
Copyright © 2017, Toolchefs LTD.