C# Class Axiom.Scripting.Compiler.CreateMaterialScriptCompilerEvent

Inheritance: ScriptCompilerEvent
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
File string
Name string
ResourceGroup string

Public Methods

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

Method Details

CreateMaterialScriptCompilerEvent() public method

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

Property Details

File public_oe property

public string File
return string

Name public_oe property

public string Name
return string

ResourceGroup public_oe property

public string ResourceGroup
return string