LensFlare.flare 眩光

var flare : Flare

Description描述

The flare asset to use.

眩光也称为光晕,用于flare资源。

using UnityEngine;
using System.Collections;

public class example : MonoBehaviour {
	public LensFlare lf;
	public void Awake() {
		light.flare = lf.flare;
	}
}
// Assigns the flare of lf to this transforms light flare
//指定一个镜头光晕

var lf : LensFlare;
light.flare = lf.flare;
最后修改:2010年12月28日 Tuesday 19:36

本脚本参考基于Unity 3.4.1f5

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