Class ForStart
Inheritance
System.Object
ForStart
Assembly: Mixture.Runtime.dll
Syntax
[Serializable]
public class ForStart : MixtureNode, ILoopStart
Fields
|
Improve this Doc
View Source
index
Declaration
[NonSerialized]
public int index
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
output
Declaration
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
outputCount
Declaration
Field Value
Type |
Description |
System.Int32 |
|
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
nodeWidth
Declaration
public override float nodeWidth { get; }
Property Value
Type |
Description |
System.Single |
|
Overrides
|
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
GatherNodesInLoop()
Declaration
public HashSet<BaseNode> GatherNodesInLoop()
Returns
Type |
Description |
System.Collections.Generic.HashSet<BaseNode> |
|
|
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
IsLastIteration()
Declaration
public bool IsLastIteration()
Returns
Type |
Description |
System.Boolean |
|
|
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
PrepareLoopStart()
Declaration
public void PrepareLoopStart()
|
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