From 22891bf59032ba88262824255a706d652031384b Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 10 Mar 2022 14:07:40 +0800 Subject: * move folder --- .../Nodes/HelperFuncs/DecodeFloatRGHlpNode.cs | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 Assets/ThirdParty/AmplifyShaderEditor/Plugins/Editor/Nodes/HelperFuncs/DecodeFloatRGHlpNode.cs (limited to 'Assets/ThirdParty/AmplifyShaderEditor/Plugins/Editor/Nodes/HelperFuncs/DecodeFloatRGHlpNode.cs') diff --git a/Assets/ThirdParty/AmplifyShaderEditor/Plugins/Editor/Nodes/HelperFuncs/DecodeFloatRGHlpNode.cs b/Assets/ThirdParty/AmplifyShaderEditor/Plugins/Editor/Nodes/HelperFuncs/DecodeFloatRGHlpNode.cs deleted file mode 100644 index 3751b228..00000000 --- a/Assets/ThirdParty/AmplifyShaderEditor/Plugins/Editor/Nodes/HelperFuncs/DecodeFloatRGHlpNode.cs +++ /dev/null @@ -1,27 +0,0 @@ -// Amplify Shader Editor - Visual Shader Editing Tool -// Copyright (c) Amplify Creations, Lda - -using System; -namespace AmplifyShaderEditor -{ - [Serializable] - [NodeAttributes( "Decode Float RG", "Miscellaneous", "Decodes a previously-encoded RG float" )] - public sealed class DecodeFloatRGHlpNode : HelperParentNode - { - protected override void CommonInit( int uniqueId ) - { - base.CommonInit( uniqueId ); - m_funcType = "DecodeFloatRG"; - m_inputPorts[ 0 ].ChangeType( WirePortDataType.FLOAT2, false ); - m_inputPorts[ 0 ].Name = "RG"; - m_outputPorts[ 0 ].ChangeType( WirePortDataType.FLOAT, false ); - m_previewShaderGUID = "1fb3121b1c8febb4dbcc2a507a2df2db"; - } - - protected override void OnUniqueIDAssigned() - { - base.OnUniqueIDAssigned(); - m_localVarName = "decodeFloatRG" + OutputId; - } - } -} -- cgit v1.1-26-g67d0