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