set_property
Set a property on a Godot object with automatic type coercion and undo support.
Instructions
Set a property on a resolved object (undoable). value is coerced to the property's type (vectors accept "x y z" or [x,y,z]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | any JSON value | |
| target | Yes | ||
| property | Yes |