Class ColorMatteNode
Inheritance
System.Object
ColorMatteNode
Assembly: Mixture.Runtime.dll
Syntax
[Documentation("\r\nGenerate a texture from an HDR color.\r\n")]
[Serializable]
public class ColorMatteNode : FixedShaderNode, IUseCustomRenderTextureProcessing
Properties
|
Improve this Doc
View Source
displayMaterialInspector
Declaration
public override bool displayMaterialInspector { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
hasPreview
Declaration
public override bool hasPreview { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
name
Declaration
public override string name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
shaderName
Declaration
public override string shaderName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Implements