Axiom.Scripting.Compiler.CreateGpuSharedParametersScriptCompilerEvent.CreateGpuSharedParametersScriptCompilerEvent C# (CSharp) Method

CreateGpuSharedParametersScriptCompilerEvent() public method

public CreateGpuSharedParametersScriptCompilerEvent ( string file, string name, string resGroup ) : System.Collections.Generic
file string
name string
resGroup string
return System.Collections.Generic
		public CreateGpuSharedParametersScriptCompilerEvent( string file, string name, string resGroup )
			: base( CompilerEventType.CreateGpuSharedParameters )
		{
			File = file;
			Name = name;
			ResourceGroup = resGroup;
		}
	};
CreateGpuSharedParametersScriptCompilerEvent