Show / Hide Table of Contents

Struct DepthState

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 DepthState

Constructors

| Improve this Doc View Source

DepthState(Boolean, CompareFunction)

Declaration
public DepthState(bool writeEnabled = true, CompareFunction compareFunction = CompareFunction.Less)
Parameters
Type Name Description
Boolean writeEnabled
CompareFunction compareFunction

Properties

| Improve this Doc View Source

compareFunction

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

Default

Declaration
public static DepthState Default { get; }
Property Value
Type Description
DepthState
| Improve this Doc View Source

writeEnabled

Declaration
public bool writeEnabled { get; set; }
Property Value
Type Description
Boolean

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