Class FixedNoiseNode
Inheritance
System.Object
FixedNoiseNode
Assembly: Mixture.Runtime.dll
Syntax
[Serializable]
public abstract class FixedNoiseNode : FixedShaderNode, IUseCustomRenderTextureProcessing
Properties
|
Improve this Doc
View Source
defaultPreviewChannels
Declaration
public override PreviewChannels defaultPreviewChannels { get; }
Property Value
Overrides
|
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
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
Implements