logic:component transformer (field)
Version: 0.0.0
Description
Takes the input field and creates a field with overriden value on given components.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field, fields_container | |
| Pin 1 Required | component_number | int32, vector<int32> | One or several component index that will be modified from the initial field. |
| Pin 2 | default_value | double | Set a default value for components selected. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: logic
Plugin: core
Scripting name: component_transformer
Full name: logic.component_transformer
Internal name: component_transformer
License: None
Changelog
- Version 0.0.0: Initial release.