LightProbes

class in UnityEngine

/

Inherits from:Object

Switch to Manual

Description

Stores light probes for the Scene.

烘焙数据包括:探针位置、球谐函数 (SH) 系数和四面体曲面细分。 可以在运行时修改系数。还可以使用 LightmapSettings.lightProbes 将整个 LightProbes 对象交换到不同的预烘焙对象。

另请参阅:LightmapSettings 类、Renderer.useLightProbes 属性。

Variables

bakedProbes烘焙光照探针的系数。
cellCount空间划分为的单元格数(只读)。
count光照探针数(只读)。
positions烘焙光照探针的位置(只读)。

Static Functions

CalculateInterpolatedLightAndOcclusionProbes计算给定世界空间位置处的光照探针和遮挡探针。
GetInterpolatedProbe对于合并的实时和烘焙光照探针,返回给定位置的插值探针。

Inherited members

Variables

hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
name对象的名称。

Public Functions

GetInstanceID返回对象的实例 ID。
ToString返回 GameObject 的名称。

Static Functions

Destroy删除 GameObject、组件或资源。
DestroyImmediate立即销毁对象 /obj/。强烈建议您改用 Destroy。
DontDestroyOnLoadDo not destroy the target Object when loading a new Scene.
FindObjectOfType返回第一个类型为 type 的已加载的激活对象。
FindObjectsOfType返回所有类型为 type 的已加载的激活对象的列表。
Instantiate克隆 original 对象并返回克隆对象。

Operators

bool该对象是否存在?
operator !=比较两个对象是否引用不同的对象。
operator ==比较两个对象引用,判断它们是否引用同一个对象。