鸟语天空
monoBehaviour.renderer
post by:追风剑情 2014-5-20 18:09

一、创建一个Cube

二、新建个脚本并挂在这个Cube上

using UnityEngine;
using System.Collections;

public class MaterialTest : MonoBehaviour {

	// Use this for initialization
	void Start () {
        renderer.material.color = Color.red;
	}
}

 

运行效果

renderer运行效果.png

 

评论:
发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容