monoBehaviour.renderer

作者:追风剑情 发布于:2014-5-20 18:09 分类:Unity3d

一、创建一个Cube

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

using UnityEngine;
using System.Collections;

public class MaterialTest : MonoBehaviour {

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

 

运行效果

renderer运行效果.png

 

Powered by emlog  蜀ICP备18021003号-1   sitemap

川公网安备 51019002001593号