C# Class UnityEngine.Rendering.ReflectionProbeBlendInfo

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
probe UnityEngine.ReflectionProbe
weight float

Property Details

probe public property

Reflection Probe used in blending.

public ReflectionProbe,UnityEngine probe
return UnityEngine.ReflectionProbe

weight public property

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

public float weight
return float