Show / Hide Table of Contents

Struct ScriptableCullingParameters

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 ScriptableCullingParameters

Fields

| Improve this Doc View Source

cullStereoProj

Declaration
public Matrix4x4 cullStereoProj
Field Value
Type Description
Matrix4x4
| Improve this Doc View Source

cullStereoSeparation

Declaration
public float cullStereoSeparation
Field Value
Type Description
Single
| Improve this Doc View Source

cullStereoView

Declaration
public Matrix4x4 cullStereoView
Field Value
Type Description
Matrix4x4

Properties

| Improve this Doc View Source

accurateOcclusionThreshold

Declaration
public float accurateOcclusionThreshold { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

cameraProperties

Declaration
public CameraProperties cameraProperties { get; set; }
Property Value
Type Description
CameraProperties
| Improve this Doc View Source

cullingFlags

Declaration
public CullFlag cullingFlags { get; set; }
Property Value
Type Description
CullFlag
| Improve this Doc View Source

cullingMask

Declaration
public int cullingMask { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

cullingMatrix

Declaration
public Matrix4x4 cullingMatrix { get; set; }
Property Value
Type Description
Matrix4x4
| Improve this Doc View Source

cullingPlaneCount

Declaration
public int cullingPlaneCount { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

isOrthographic

Declaration
public bool isOrthographic { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

layerCull

Declaration
public int layerCull { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

lodParameters

Declaration
public LODParameters lodParameters { get; set; }
Property Value
Type Description
LODParameters
| Improve this Doc View Source

position

Declaration
public Vector3 position { get; set; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

reflectionProbeSortOptions

Declaration
public ReflectionProbeSortOptions reflectionProbeSortOptions { get; set; }
Property Value
Type Description
ReflectionProbeSortOptions
| Improve this Doc View Source

sceneMask

Declaration
public long sceneMask { get; set; }
Property Value
Type Description
Int64
| Improve this Doc View Source

shadowDistance

Declaration
public float shadowDistance { get; set; }
Property Value
Type Description
Single

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

GetLayerCullDistance(Int32)

Declaration
public float GetLayerCullDistance(int layerIndex)
Parameters
Type Name Description
Int32 layerIndex
Returns
Type Description
Single
| Improve this Doc View Source

SetCullingPlane(Int32, Plane)

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

SetLayerCullDistance(Int32, Single)

Declaration
public void SetLayerCullDistance(int layerIndex, float distance)
Parameters
Type Name Description
Int32 layerIndex
Single distance

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