Skybox
A script interface for the skybox component.
Read time 6 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
- Inherits from: Behaviour
public sealed class Skybox : Behaviour
Remarks
The skybox class has only the Skybox.material property.
Additional Resources: skybox component.
Properties
Property | Description |
|---|---|
| material | The material used by the skybox. |
Inheritance
Inherited Members
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |