GUITexture.color 颜色

var color : Color

Description描述

The color of the GUI texture.

GUI纹理的颜色。

using UnityEngine;
using System.Collections;

public class example : MonoBehaviour {
	public void Awake() {
		guiTexture.color = Color.green;
	}
}
// change the color of the texture to green
//改变纹理的颜色到绿色

guiTexture.color = Color.green;
最后修改:2011年1月24日 Monday 1:06

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。