Show / Hide Table of Contents

Struct RenderStateMapping

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 RenderStateMapping

Constructors

| Improve this Doc View Source

RenderStateMapping(String, RenderStateBlock)

Declaration
public RenderStateMapping(string renderType, RenderStateBlock stateBlock)
Parameters
Type Name Description
String renderType
RenderStateBlock stateBlock
| Improve this Doc View Source

RenderStateMapping(RenderStateBlock)

Declaration
public RenderStateMapping(RenderStateBlock stateBlock)
Parameters
Type Name Description
RenderStateBlock stateBlock

Properties

| Improve this Doc View Source

renderType

Declaration
public string renderType { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

stateBlock

Declaration
public RenderStateBlock stateBlock { get; set; }
Property Value
Type Description
RenderStateBlock

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