Class GradientNode
Inheritance
System.Object
GradientNode
Assembly: Mixture.Runtime.dll
Syntax
[Serializable]
public class GradientNode : MixtureNode
Fields
|
Improve this Doc
View Source
gradient
Declaration
Field Value
Type |
Description |
UnityEngine.Gradient |
|
|
Improve this Doc
View Source
texture
Declaration
Field Value
Type |
Description |
UnityEngine.Texture2D |
|
Properties
|
Improve this Doc
View Source
hasSettings
Declaration
public override bool hasSettings { 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 |
|
Methods
|
Improve this Doc
View Source
Enable()
Declaration
protected override void Enable()
|
Improve this Doc
View Source
ProcessNode(CommandBuffer)
Declaration
protected override bool ProcessNode(CommandBuffer cmd)
Parameters
Type |
Name |
Description |
UnityEngine.Rendering.CommandBuffer |
cmd |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
UpdateTexture()
Declaration
public void UpdateTexture()