Class GradienMattetNode
Inheritance
System.Object
GradienMattetNode
Assembly: Mixture.Runtime.dll
Syntax
[Documentation("\r\nGenerates a gradient texture, 4 Modes are available right now:\r\n")]
[Serializable]
public class GradienMattetNode : 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
filteredOutProperties
Declaration
protected override IEnumerable<string> filteredOutProperties { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
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