Axiom.Scripting.Compiler.CreateParticleSystemScriptCompilerEvent.CreateParticleSystemScriptCompilerEvent C# (CSharp) 메소드

CreateParticleSystemScriptCompilerEvent() 공개 메소드

public CreateParticleSystemScriptCompilerEvent ( string file, string name, string resGroup ) : System.Collections.Generic
file string
name string
resGroup string
리턴 System.Collections.Generic
		public CreateParticleSystemScriptCompilerEvent( string file, string name, string resGroup )
			: base( CompilerEventType.CreateParticleSystem )
		{
			File = file;
			Name = name;
			ResourceGroup = resGroup;
		}
	};
CreateParticleSystemScriptCompilerEvent