Enum ProbeSettings.ProbeType
The type of the probe.
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
public enum ProbeSettings.ProbeType
필드
이름 | 설명 |
---|---|
PlanarProbe | Planar reflection probe. A planar reflection probe captures a single camera render. The capture position is the mirrored viewer's position against a mirror plane. This plane is defined by the probe's transform:
The viewer's transform must be provided with referencePosition and referenceRotation when calling HDRenderUtilities.Render(ProbeSettings, ProbeCapturePositionSettings, Texture). |
ReflectionProbe | Standard reflection probe. A reflection probe captures a cubemap around a capture position. |