material
The material used by the skybox.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public Material material { get; set; }
Remarks
Note that unlike Renderer.material, this returns a shared material reference and not a unique duplicate.
Additional Resources: skybox component.