MaterialComputeColorKeys Class
Namespace: Stride.Rendering.Materials
Assembly: Stride.Rendering.dll
System.Object →
MaterialComputeColorKeys
Derived from MaterialComputeColorKeys:
public class MaterialComputeColorKeys
|
Improve this Doc
View Source
Constructors
MaterialComputeColorKeys(ObjectParameterKey<Texture>, ParameterKey, Nullable<Color>, Boolean)
public MaterialComputeColorKeys(ObjectParameterKey<Texture> textureBaseKey, ParameterKey valueBaseKey, Color? defaultTextureValue = null, bool isColor = true)
Parameters
|
Improve this Doc
View Source
Properties
DefaultTextureValue
public Color? DefaultTextureValue { get; }
Property Value
Type |
Description |
System.Nullable<Color> |
|
IsColor
public bool IsColor { get; }
Property Value
Type |
Description |
System.Boolean |
|
TextureBaseKey
public ObjectParameterKey<Texture> TextureBaseKey { get; }
Property Value
ValueBaseKey
public ParameterKey ValueBaseKey { get; }
Property Value
Extension Methods