Show / Hide Table of Contents

Class ForEnd

Inheritance
System.Object
MixtureNode
ForEnd
Implements
ILoopEnd
Inherited Members
MixtureNode.graph
MixtureNode.rtSettings
MixtureNode.defaultRTSettings
MixtureNode.nodeWidth
MixtureNode.previewTexture
MixtureNode.supportedDimensions
MixtureNode.defaultPreviewChannels
MixtureNode.showPreviewExposure
MixtureNode.isPreviewCollapsed
MixtureNode.onSettingsChanged
MixtureNode.beforeProcessSetup
MixtureNode.afterProcessCleanup
MixtureNode.showControlsOnHover
MixtureNode.needsInspector
MixtureNode.temporaryMaterials
MixtureNode.previewMode
MixtureNode.previewMip
MixtureNode.previewVisible
MixtureNode.previewEV100
MixtureNode.previewSlice
MixtureNode.isPinned
MixtureNode.recorder
MixtureNode.OnNodeCreated()
MixtureNode.UpdateTempRenderTexture(CustomRenderTexture, Boolean, Boolean, CustomRenderTextureUpdateMode, Boolean)
MixtureNode.GetTempTextureDimension()
MixtureNode.OnProcess(CommandBuffer)
MixtureNode.Process()
MixtureNode.RemoveObjectFromGraph(Object)
MixtureNode.GetPropertyType(Shader, Int32)
MixtureNode.GetMaterialPortDatas(Material)
MixtureNode.AssignMaterialPropertiesFromEdges(List<SerializableEdge>, Material)
MixtureNode.OnSettingsChanged()
MixtureNode.GetDefaultMaterial(Material)
MixtureNode.ResetMaterialPropertyToDefault(Material, String)
MixtureNode.GetTempMaterial(String)
Namespace: Mixture
Assembly: Mixture.Runtime.dll
Syntax
[Serializable]
public class ForEnd : MixtureNode, ILoopEnd

Fields

| Improve this Doc View Source

input

Declaration
public object input
Field Value
Type Description
System.Object
| Improve this Doc View Source

mode

Declaration
public ForEnd.AggregationMode mode
Field Value
Type Description
ForEnd.AggregationMode
| Improve this Doc View Source

output

Declaration
public object output
Field Value
Type Description
System.Object

Properties

| Improve this Doc View Source

hasPreview

Declaration
public override bool hasPreview { get; }
Property Value
Type Description
System.Boolean
Overrides
MixtureNode.hasPreview
| Improve this Doc View Source

hasSettings

Declaration
public override bool hasSettings { get; }
Property Value
Type Description
System.Boolean
Overrides
MixtureNode.hasSettings
| Improve this Doc View Source

name

Declaration
public override string name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

showDefaultInspector

Declaration
public override bool showDefaultInspector { get; }
Property Value
Type Description
System.Boolean
Overrides
MixtureNode.showDefaultInspector

Methods

| Improve this Doc View Source

Disable()

Declaration
protected override void Disable()
Overrides
MixtureNode.Disable()
| Improve this Doc View Source

Enable()

Declaration
protected override void Enable()
| Improve this Doc View Source

FinalIteration()

Declaration
public void FinalIteration()
| Improve this Doc View Source

InputPortType(List<SerializableEdge>)

Declaration
public IEnumerable<PortData> InputPortType(List<SerializableEdge> edges)
Parameters
Type Name Description
System.Collections.Generic.List<SerializableEdge> edges
Returns
Type Description
System.Collections.Generic.IEnumerable<PortData>
| Improve this Doc View Source

OutputPortType(List<SerializableEdge>)

Declaration
public IEnumerable<PortData> OutputPortType(List<SerializableEdge> edges)
Parameters
Type Name Description
System.Collections.Generic.List<SerializableEdge> edges
Returns
Type Description
System.Collections.Generic.IEnumerable<PortData>
| Improve this Doc View Source

PrepareLoopEnd(ILoopStart)

Declaration
public void PrepareLoopEnd(ILoopStart loopStartNode)
Parameters
Type Name Description
ILoopStart loopStartNode
| Improve this Doc View Source

PrepareNewIteration(BaseNode)

Declaration
public void PrepareNewIteration(BaseNode startNode)
Parameters
Type Name Description
BaseNode startNode
| 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
MixtureNode.ProcessNode(CommandBuffer)

Implements

ILoopEnd
  • Improve this Doc
  • View Source
Back to top Generated by DocFX