C# Class Axiom.Scripting.Compiler.CreateParticleSystemScriptCompilerEvent

Inheritance: ScriptCompilerEvent
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
File string
Name string
ResourceGroup string

Public Methods

Method Description
CreateParticleSystemScriptCompilerEvent ( string file, string name, string resGroup ) : System.Collections.Generic

Method Details

CreateParticleSystemScriptCompilerEvent() public method

public CreateParticleSystemScriptCompilerEvent ( string file, string name, string resGroup ) : System.Collections.Generic
file string
name string
resGroup string
return System.Collections.Generic

Property Details

File public property

public string File
return string

Name public property

public string Name
return string

ResourceGroup public property

public string ResourceGroup
return string