Class ForEnd
Inheritance
System.Object
ForEnd
Assembly: Mixture.Runtime.dll
Syntax
[Serializable]
public class ForEnd : MixtureNode, ILoopEnd
Fields
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
mode
Declaration
public ForEnd.AggregationMode mode
Field Value
|
Improve this Doc
View Source
output
Declaration
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
|
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 |
|
|
Improve this Doc
View Source
showDefaultInspector
Declaration
public override bool showDefaultInspector { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Improve this Doc
View Source
Disable()
Declaration
protected override void Disable()
Overrides
|
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
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
|
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
Implements