C# Class UnityEngine.Rendering.ReflectionProbeBlendInfo

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
probe UnityEngine.ReflectionProbe
weight float

Property Details

probe public_oe property

Reflection Probe used in blending.

public ReflectionProbe,UnityEngine probe
return UnityEngine.ReflectionProbe

weight public_oe property

Specifies the weight used in the interpolation between two probes, value varies from 0.0 to 1.0.

public float weight
return float