Class ShadowInitParameters
Inheritance
System.Object
ShadowInitParameters
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.Rendering
Syntax
public class ShadowInitParameters
Fields
kDefaultMaxDirectionalLightShadows
Declaration
public const int kDefaultMaxDirectionalLightShadows = 1
Field Value
Type | Description |
---|---|
System.Int32 |
kDefaultMaxPointLightShadows
Declaration
public const int kDefaultMaxPointLightShadows = 6
Field Value
Type | Description |
---|---|
System.Int32 |
kDefaultMaxSpotLightShadows
Declaration
public const int kDefaultMaxSpotLightShadows = 12
Field Value
Type | Description |
---|---|
System.Int32 |
kDefaultShadowAtlasSize
Declaration
public const int kDefaultShadowAtlasSize = 4096
Field Value
Type | Description |
---|---|
System.Int32 |
maxDirectionalLightShadows
Declaration
public int maxDirectionalLightShadows
Field Value
Type | Description |
---|---|
System.Int32 |
maxPointLightShadows
Declaration
public int maxPointLightShadows
Field Value
Type | Description |
---|---|
System.Int32 |
maxSpotLightShadows
Declaration
public int maxSpotLightShadows
Field Value
Type | Description |
---|---|
System.Int32 |
shadowAtlasHeight
Declaration
public int shadowAtlasHeight
Field Value
Type | Description |
---|---|
System.Int32 |
shadowAtlasWidth
Declaration
public int shadowAtlasWidth
Field Value
Type | Description |
---|---|
System.Int32 |