Version: 2021.1
言語: 日本語

PerObjectData

enumeration

マニュアルに切り替える

説明

What kind of per-object data to setup during rendering.

At minimum, object transformation matrices are set up per-object, but extra data (e.g. lightmaps, light probes etc.) can be set up by combining PerObjectData flags.

See Also: DrawingSettings, ScriptableRenderContext.DrawRenderers.

変数

NoneDo not setup any particular per-object data besides the transformation matrix.
LightProbeSetup per-object light probe SH data.
ReflectionProbesSetup per-object reflection probe data.
LightProbeProxyVolumeSetup per-object light probe proxy volume data.
LightmapsSetup per-object lightmaps.
LightDataSetup per-object light data.
MotionVectorsSetup per-object motion vectors.
LightIndicesSetup per-object light indices.
ReflectionProbeDataSetup per-object reflection probe index offset and count.
OcclusionProbeSetup per-object occlusion probe data.
OcclusionProbeProxyVolumeSetup per-object occlusion probe proxy volume data (occlusion in alpha channels).
ShadowMaskSetup per-object shadowmask.