Answers for "how to disable an image component unity"

1

disable an image in unity

image.enabled = true;
image.enabled = false;
Posted by: Guest on October-08-2020

Code answers related to "how to disable an image component unity"

Browse Popular Code Answers by Language