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