Enum SkyType
Informative enumeration containing SkyUniqeIDs already used by HDRP. When users write their own sky type, they can use any ID not present in this enumeration or in their project.
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
public enum SkyType
필드
이름 | 설명 |
---|---|
Gradient | Gradient Sky Unique ID. |
HDRI | HDRI Sky Unique ID. |
PhysicallyBased | Physically Based Sky Unique ID. |
Procedural | Procedural Sky Unique ID. |