Table of Contents

Class MaterialComputeColorKeys

Namespace
Stride.Rendering.Materials
Assembly
Stride.Rendering.dll
public class MaterialComputeColorKeys
Inheritance
MaterialComputeColorKeys

Constructors

MaterialComputeColorKeys(ObjectParameterKey<Texture>, ParameterKey, Color?, bool)

public MaterialComputeColorKeys(ObjectParameterKey<Texture> textureBaseKey, ParameterKey valueBaseKey, Color? defaultTextureValue = null, bool isColor = true)

Parameters

textureBaseKey ObjectParameterKey<Texture>
valueBaseKey ParameterKey
defaultTextureValue Color?
isColor bool

Properties

DefaultTextureValue

public Color? DefaultTextureValue { get; }

Property Value

Color?

IsColor

public bool IsColor { get; }

Property Value

bool

TextureBaseKey

public ObjectParameterKey<Texture> TextureBaseKey { get; }

Property Value

ObjectParameterKey<Texture>

ValueBaseKey

public ParameterKey ValueBaseKey { get; }

Property Value

ParameterKey