Table of Contents

Class MaterialColorAttribute

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class MaterialColorAttribute : Attribute
Inheritance
MaterialColorAttribute
Inherited Members
Extension Methods

Constructors

MaterialColorAttribute(ColorRole, ColorType)

public MaterialColorAttribute(ColorRole role, ColorType type)

Parameters

role ColorRole
type ColorType

Properties

Role

public ColorRole Role { get; }

Property Value

ColorRole

Type

public ColorType Type { get; }

Property Value

ColorType