Show / Hide Table of Contents

Struct DrawShadowsSettings

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Experimental.Rendering
Assembly: UnityEngine.dll
Syntax
public struct DrawShadowsSettings

Constructors

| Improve this Doc View Source

DrawShadowsSettings(CullResults, Int32)

Declaration
public DrawShadowsSettings(CullResults cullResults, int lightIndex)
Parameters
Type Name Description
CullResults cullResults
Int32 lightIndex

Fields

| Improve this Doc View Source

lightIndex

Declaration
public int lightIndex
Field Value
Type Description
Int32
| Improve this Doc View Source

splitData

Declaration
public ShadowSplitData splitData
Field Value
Type Description
ShadowSplitData

Properties

| Improve this Doc View Source

cullResults

Declaration
public CullResults cullResults { set; }
Property Value
Type Description
CullResults

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX