Managing manipulable objects
- Last UpdatedDec 06, 2023
- 1 minute read
Manipulable objects
Manipulable is a decoration type node. Instances of this node type provide manipulation functionalities to other type of nodes.
Currently, the only nodes that can be made manipulable are those of the Item family (such as ItemBasic, ItemValve).
Required information
When setting an Item as manipulable, the following details are needed:
-
How the manipulable object interacts with the manipulator (displacement when manipulated).
-
How the manipulable object interacts with collision-capable objects (collision sensor related settings).
-
How the manipulable object interacts with attach points (ghost mesh to be shown).
