C# Class UnityEngine.Rendering.ReflectionProbeBlendInfo

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
probe UnityEngine.ReflectionProbe
weight float

Property Details

probe public_oe property

Reflection Probe used in blending.

public ReflectionProbe,UnityEngine probe
Résultat 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
Résultat float