Axiom.Scripting.Compiler.CreateGpuSharedParametersScriptCompilerEvent.CreateGpuSharedParametersScriptCompilerEvent C# (CSharp) Метод

CreateGpuSharedParametersScriptCompilerEvent() публичный Метод

public CreateGpuSharedParametersScriptCompilerEvent ( string file, string name, string resGroup ) : System.Collections.Generic
file string
name string
resGroup string
Результат System.Collections.Generic
		public CreateGpuSharedParametersScriptCompilerEvent( string file, string name, string resGroup )
			: base( CompilerEventType.CreateGpuSharedParameters )
		{
			File = file;
			Name = name;
			ResourceGroup = resGroup;
		}
	};
CreateGpuSharedParametersScriptCompilerEvent