Struct DepthState
Assembly: UnityEngine.dll
Syntax
Constructors
|
Improve this Doc
View Source
DepthState(Boolean, CompareFunction)
Declaration
public DepthState(bool writeEnabled = true, CompareFunction compareFunction = CompareFunction.Less)
Parameters
Properties
|
Improve this Doc
View Source
compareFunction
Declaration
public CompareFunction compareFunction { get; set; }
Property Value
|
Improve this Doc
View Source
Default
Declaration
public static DepthState Default { get; }
Property Value
|
Improve this Doc
View Source
writeEnabled
Declaration
public bool writeEnabled { get; set; }
Property Value
Extension Methods