Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: lmon92 on November 07, 2023, 01:14:12 PM

Title: Is there already some action(s) available to edit object "values" ?
Post by: lmon92 on November 07, 2023, 01:14:12 PM
Hi,
I have an object and I want to allow a user to edit some properties ( ex : size, rotation, color, text if it is a text )
the workflow would be the following :
Select object ( click ) -> object selected -> click again -> EDIT info ( with a popup to provide info ) -> validate properties -> update object with new values
Is there anything like that ready to go ? I searched in the ecosystem as well but was not able to find something if I'm not wrong
Thanks for your help !
Title: Re: Is there already some action(s) available to edit object "values" ?
Post by: colpolstudios on December 23, 2023, 07:38:42 PM
Hi, just off the top of my head, but might give some help!

You could use mouse pick to select the object.

That would move to a second state to act again, picking the same object.

Open a canvas UI window, with options to adjust size x, size y and size z. these could be input fields. Enter new values into each field and set the object parameters to match your choices.