Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

how to change image color unity

using UnityEngine.UI;

public GameObject YourgameObjectWithImage;
YourgameObjectWithImage.GetComponent<Image>().color = new Color32(255, 255, 225, 225);
Comment

PREVIOUS NEXT
Code Example
Csharp :: unity mouse click m 
Csharp :: c# string to memorystream 
Csharp :: how to disable and enable rigidbody unity 
Csharp :: unity check for internet connection 
Csharp :: c# random enum 
Csharp :: c# format string to date yyyymmdd 
Csharp :: unity enable gameobject 
Csharp :: unity android quit application 
Csharp :: c# list files in directory 
Csharp :: print in c# 
Csharp :: how to move a object in unity c# 
Csharp :: how to print in c# 
Csharp :: c# get current date 
Csharp :: onafterrender blazor 
Csharp :: Csharp convert string to double 
Csharp :: C# save pdf stream to file 
Csharp :: wait in unity 
Csharp :: c# iorderedenumerable to dictionary 
Csharp :: how to play video in ui unity 
Csharp :: get all files in all subdirectories c# 
Csharp :: add row to datagridview c# 
Csharp :: alert message in c# windows application 
Csharp :: photon how to destroy object 
Csharp :: executable path with app name c# 
Csharp :: what is the namespace for textmesh pro 
Csharp :: hide game obj oncollisionenter 
Csharp :: get all assemblies c# 
Csharp :: audiomixer get float 
Csharp :: C# define a block as text 
Csharp :: orderbyascending c# 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =