Horje
unity change transparency script Code Example
unity change transparency script
public GameObject gameObject;

//gameObject.GetComponent<Renderer>().material.color = new Color(r, g, b, a);
//gameObject.GetComponent<Renderer>().material.color = new Color(255.0f, 255.0f, 255.0f, 0.0f);
gameObject.GetComponent<Renderer>().material.color = new Color(255.0f, 255.0f, 255.0f, 100.0f);




C

Related
c language time() function Code Example c language time() function Code Example
Numeri in ordine crescente C Code Example Numeri in ordine crescente C Code Example
tainted love Code Example tainted love Code Example
restart nginx in alpine linix Code Example restart nginx in alpine linix Code Example
Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR Code Example Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11