Show / Hide Table of Contents

Struct ShadowSplitData

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 ShadowSplitData

Fields

| Improve this Doc View Source

cullingPlaneCount

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

cullingSphere

Declaration
public Vector4 cullingSphere
Field Value
Type Description
Vector4

Methods

| Improve this Doc View Source

GetCullingPlane(Int32)

Declaration
public Plane GetCullingPlane(int index)
Parameters
Type Name Description
Int32 index
Returns
Type Description
Plane
| Improve this Doc View Source

SetCullingPlane(Int32, Plane)

Declaration
public void SetCullingPlane(int index, Plane plane)
Parameters
Type Name Description
Int32 index
Plane plane

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