Description
The Renderer attached to this GameObject (null if there is none attached).
using UnityEngine;
using System.Collections;
public class example :
MonoBehaviour {
void Awake() {
renderer.material.color =
Color.red;
}
}
import UnityEngine
import System.Collections
class example(
MonoBehaviour):
def
Awake():
renderer.material.color =
Color.red