Class SampleGradientNode
Inheritance
System.Object
SampleGradientNode
Assembly: Mixture.Runtime.dll
Syntax
[Documentation("\r\nSample a gradient using a float value between 0 and 1.\r\n")]
[Serializable]
public class SampleGradientNode : MixtureNode
Fields
|
Improve this Doc
View Source
color
Declaration
Field Value
Type |
Description |
UnityEngine.Color |
|
|
Improve this Doc
View Source
gradient
Declaration
Field Value
Type |
Description |
UnityEngine.Gradient |
|
|
Improve this Doc
View Source
x
Declaration
[Range(0F, 1F)]
public float x
Field Value
Type |
Description |
System.Single |
|
Properties
|
Improve this Doc
View Source
name
Declaration
public override string name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
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