C# Class Axiom.Scripting.Compiler.ScriptCompilerEvent

This struct is a base class for events which can be thrown by the compilers and caught by subscribers. There are a set number of standard events which are used by Ogre's core. New event types may be derived for more custom compiler processing.
Show file Open project: WolfgangSt/axiom Class Usage Examples

Protected Methods

Method Description
ScriptCompilerEvent ( CompilerEventType type ) : System.Collections.Generic

Method Details

ScriptCompilerEvent() protected method

protected ScriptCompilerEvent ( CompilerEventType type ) : System.Collections.Generic
type CompilerEventType
return System.Collections.Generic