C# 클래스 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.
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 메소드들

메소드 설명
ScriptCompilerEvent ( CompilerEventType type ) : System.Collections.Generic

메소드 상세

ScriptCompilerEvent() 보호된 메소드

protected ScriptCompilerEvent ( CompilerEventType type ) : System.Collections.Generic
type CompilerEventType
리턴 System.Collections.Generic