Set Component Property
Set a property on a component.
Hint
Drag the component from the Unity Inspector to quickly setup a Set Component Property action.
Parameters
| Parameter | Description |
|---|---|
| Component | The component to target. |
| Property Path | The path to the property to set. |
| Property Value | Set the value of the property. |
Notes
This action can be used to set properties in third-party assets that don't have official PlayMaker actions.
Drag the component into the Component field and the Property Path dropdown will show all accessible properties on the component.
Third party assets normally have API documentation to help you figure out what each property does.