Show / Hide Table of Contents

Struct AlbedoSwatchInfo

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Rendering
Assembly: UnityEditor.dll
Syntax
public struct AlbedoSwatchInfo

Fields

| Improve this Doc View Source

color

Declaration
public Color color
Field Value
Type Description
Color
| Improve this Doc View Source

maxLuminance

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

minLuminance

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

name

Declaration
public string name
Field Value
Type Description
String

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