Class MaterialComputeColorKeys
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
ParameterKeydefaultTextureValue
Color?isColor
bool
Properties
DefaultTextureValue
public Color? DefaultTextureValue { get; }
Property Value
IsColor
public bool IsColor { get; }
Property Value
TextureBaseKey
public ObjectParameterKey<Texture> TextureBaseKey { get; }
Property Value
ValueBaseKey
public ParameterKey ValueBaseKey { get; }