Axiom.Scripting.Compiler.CreateGpuSharedParametersScriptCompilerEvent.CreateGpuSharedParametersScriptCompilerEvent C# (CSharp) Méthode

CreateGpuSharedParametersScriptCompilerEvent() public méthode

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