Class Environment.Sky
Class containing editor data for sky part of the lighting environment
Inherited Members
Namespace: UnityEditor.Rendering.LookDev
Syntax
[Serializable]
public class Sky : Environment.BaseEnvironmentCubemapHandler
Fields
exposure
Exposure to use with this Sky
Declaration
public float exposure
Field Value
Type | Description |
---|---|
System.Single |
rotation
Offset on the longitude. Affect both sky and sun position in Shadow part
Declaration
public float rotation
Field Value
Type | Description |
---|---|
System.Single |
Operators
Implicit(Environment.Sky to Sky)
Implicit conversion operator to runtime version of sky datas
Declaration
public static implicit operator Sky(Environment.Sky sky)
Parameters
Type | Name | Description |
---|---|---|
Environment.Sky | sky | Editor version of the datas |
Returns
Type | Description |
---|---|
Sky |