Show / Hide Table of Contents

Struct CameraProperties

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 CameraProperties

Methods

| Improve this Doc View Source

GetCameraCullingPlane(Int32)

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

GetShadowCullingPlane(Int32)

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

SetCameraCullingPlane(Int32, Plane)

Declaration
public void SetCameraCullingPlane(int index, Plane plane)
Parameters
Type Name Description
Int32 index
Plane plane
| Improve this Doc View Source

SetShadowCullingPlane(Int32, Plane)

Declaration
public void SetShadowCullingPlane(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