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.
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes protégées

Méthode Description
ScriptCompilerEvent ( CompilerEventType type ) : System.Collections.Generic

Method Details

ScriptCompilerEvent() protected méthode

protected ScriptCompilerEvent ( CompilerEventType type ) : System.Collections.Generic
type CompilerEventType
Résultat System.Collections.Generic