defaultTexture
The surface texture of the default reflection probe that captures the environment contribution. Read only.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static Texture defaultTexture { get; }
Remarks
Unity maps this texture onto the surface of the default reflection probe.
When you generate lighting for a scene, Unity bakes a default Reflection Probe to capture environment lighting.
Additional Resources: ReflectionProbe.texture.