Class Environment.Shadow
Namespace: UnityEditor.Rendering.Experimental.LookDev
Syntax
[Serializable]
public class Shadow
Fields
color
Declaration
public Color color
Field Value
| Type | Description |
|---|---|
| Color |
cubemap
Declaration
public Cubemap cubemap
Field Value
| Type | Description |
|---|---|
| Cubemap |
Properties
latitude
Declaration
public float latitude { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
longitude
Declaration
public float longitude { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
Operators
Implicit(Environment.Shadow to Shadow)
Declaration
public static implicit operator Shadow(Environment.Shadow shadow)
Parameters
| Type | Name | Description |
|---|---|---|
| Environment.Shadow | shadow |
Returns
| Type | Description |
|---|---|
| Shadow |