Change input texture in custom components
Valerii Pidhurskyi
Posts: 7
Hello
Can you tell me if it is possible to change the input texture in custom components? (Baby, Anime, etc.)
0
Answers
-
Yes, it is possible to change the input texture in custom components. To do this, you can either set the texture directly in the custom component's script using the setTexture function, or you can bind the texture to a property of the custom component using the @input decorator and then set the value of that property in the script.
0