diff options
Diffstat (limited to 'Scripts/LinearPipeline.asset')
| -rw-r--r-- | Scripts/LinearPipeline.asset | 134 |
1 files changed, 42 insertions, 92 deletions
diff --git a/Scripts/LinearPipeline.asset b/Scripts/LinearPipeline.asset index c266faa..ae58826 100644 --- a/Scripts/LinearPipeline.asset +++ b/Scripts/LinearPipeline.asset @@ -50,19 +50,19 @@ MonoBehaviour: Data: - Name: $k Entry: 1 - Data: sourceInput + Data: pipelineGeneratedPath - Name: $v Entry: 7 Data: 2|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: <Name>k__BackingField Entry: 1 - Data: sourceInput + Data: pipelineGeneratedPath - Name: <UserType>k__BackingField Entry: 7 Data: 3|System.RuntimeType, mscorlib - Name: Entry: 1 - Data: UnityEngine.Texture, UnityEngine.CoreModule + Data: System.String, mscorlib - Name: Entry: 8 Data: @@ -86,7 +86,7 @@ MonoBehaviour: Data: 4|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 - Data: 2 + Data: 1 - Name: Entry: 7 Data: 5|UnityEngine.HeaderAttribute, UnityEngine.CoreModule @@ -97,15 +97,6 @@ MonoBehaviour: Entry: 8 Data: - Name: - Entry: 7 - Data: 6|UnityEngine.TooltipAttribute, UnityEngine.CoreModule - - Name: tooltip - Entry: 1 - Data: The initial texture to start the pipeline with. - - Name: - Entry: 8 - Data: - - Name: Entry: 13 Data: - Name: @@ -122,25 +113,25 @@ MonoBehaviour: Data: - Name: $k Entry: 1 - Data: effectMaterials + Data: initialState - Name: $v Entry: 7 - Data: 7|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 6|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: <Name>k__BackingField Entry: 1 - Data: effectMaterials + Data: initialState - Name: <UserType>k__BackingField Entry: 7 - Data: 8|System.RuntimeType, mscorlib + Data: 7|System.RuntimeType, mscorlib - Name: Entry: 1 - Data: UnityEngine.Material[], UnityEngine.CoreModule + Data: UnityEngine.Texture, UnityEngine.CoreModule - Name: Entry: 8 Data: - Name: <SystemType>k__BackingField Entry: 9 - Data: 8 + Data: 7 - Name: <SyncMode>k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -155,19 +146,10 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 9|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 8|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 - Data: 1 - - Name: - Entry: 7 - Data: 10|UnityEngine.TooltipAttribute, UnityEngine.CoreModule - - Name: tooltip - Entry: 1 - Data: The materials to apply in sequence. The order matters. - - Name: - Entry: 8 - Data: + Data: 0 - Name: Entry: 13 Data: @@ -185,25 +167,25 @@ MonoBehaviour: Data: - Name: $k Entry: 1 - Data: pipelineOutputs + Data: materials - Name: $v Entry: 7 - Data: 11|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 9|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: <Name>k__BackingField Entry: 1 - Data: pipelineOutputs + Data: materials - Name: <UserType>k__BackingField Entry: 7 - Data: 12|System.RuntimeType, mscorlib + Data: 10|System.RuntimeType, mscorlib - Name: Entry: 1 - Data: UnityEngine.RenderTexture[], UnityEngine.CoreModule + Data: UnityEngine.Material[], UnityEngine.CoreModule - Name: Entry: 8 Data: - Name: <SystemType>k__BackingField Entry: 9 - Data: 12 + Data: 10 - Name: <SyncMode>k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -218,20 +200,10 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 13|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 11|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 - Data: 1 - - Name: - Entry: 7 - Data: 14|UnityEngine.TooltipAttribute, UnityEngine.CoreModule - - Name: tooltip - Entry: 1 - Data: The RenderTextures to store the output of each step. MUST be the same - size as the materials array. - - Name: - Entry: 8 - Data: + Data: 0 - Name: Entry: 13 Data: @@ -249,25 +221,25 @@ MonoBehaviour: Data: - Name: $k Entry: 1 - Data: runOnStart + Data: renderTextures - Name: $v Entry: 7 - Data: 15|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 12|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: <Name>k__BackingField Entry: 1 - Data: runOnStart + Data: renderTextures - Name: <UserType>k__BackingField Entry: 7 - Data: 16|System.RuntimeType, mscorlib + Data: 13|System.RuntimeType, mscorlib - Name: Entry: 1 - Data: System.Boolean, mscorlib + Data: UnityEngine.RenderTexture[], UnityEngine.CoreModule - Name: Entry: 8 Data: - Name: <SystemType>k__BackingField Entry: 9 - Data: 16 + Data: 13 - Name: <SyncMode>k__BackingField Entry: 7 Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib @@ -282,28 +254,10 @@ MonoBehaviour: Data: true - Name: _fieldAttributes Entry: 7 - Data: 17|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 14|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 - Data: 2 - - Name: - Entry: 7 - Data: 18|UnityEngine.HeaderAttribute, UnityEngine.CoreModule - - Name: header - Entry: 1 - Data: Execution Mode - - Name: - Entry: 8 - Data: - - Name: - Entry: 7 - Data: 19|UnityEngine.TooltipAttribute, UnityEngine.CoreModule - - Name: tooltip - Entry: 1 - Data: If true, the pipeline will run once when the world loads. - - Name: - Entry: 8 - Data: + Data: 0 - Name: Entry: 13 Data: @@ -321,16 +275,22 @@ MonoBehaviour: Data: - Name: $k Entry: 1 - Data: runContinuously + Data: isValid - Name: $v Entry: 7 - Data: 20|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor + Data: 15|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor - Name: <Name>k__BackingField Entry: 1 - Data: runContinuously + Data: isValid - Name: <UserType>k__BackingField - Entry: 9 - Data: 16 + Entry: 7 + Data: 16|System.RuntimeType, mscorlib + - Name: + Entry: 1 + Data: System.Boolean, mscorlib + - Name: + Entry: 8 + Data: - Name: <SystemType>k__BackingField Entry: 9 Data: 16 @@ -345,23 +305,13 @@ MonoBehaviour: Data: - Name: <IsSerialized>k__BackingField Entry: 5 - Data: true + Data: false - Name: _fieldAttributes Entry: 7 - Data: 21|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib + Data: 17|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib - Name: Entry: 12 - Data: 1 - - Name: - Entry: 7 - Data: 22|UnityEngine.TooltipAttribute, UnityEngine.CoreModule - - Name: tooltip - Entry: 1 - Data: If true, the pipeline will run every frame. Use with caution, can be - performance-intensive. - - Name: - Entry: 8 - Data: + Data: 0 - Name: Entry: 13 Data: |
