Public Member Functions |
|
virtual void | OnDestroy () |
|
void | SetRendererFactoryConstructor (RendererFactoryConstructor c) |
|
void | UseCombinedMeshRenderer () |
|
void | UseDrawMeshRenderer () |
|
void | SetAutoUpdate (bool autoUpdate) |
|
virtual bool | Load (string path, string texturePrefix="", string fontPrefix="", float zOffset=0, float zRate=1, int renderQueueOffset=0, Camera camera=null, bool autoUpdate=true, LWFDataCallback lwfDataCallback=null, LWFLoadCallback lwfLoadCallback=null, LWFDataLoader lwfDataLoader=null, TextureLoader textureLoader=null, TextureUnloader textureUnloader=null) |
|
void | AddLoadCallback (LWFLoadCallback lwfLoadCallback) |
|
virtual void | OnLoad () |
|
string | GetRendererName () |
|
virtual void | FitForHeight (int stageHeight) |
|
virtual void | FitForWidth (int stageWidth) |
|
virtual void | ScaleForHeight (int stageHeight) |
|
virtual void | ScaleForWidth (int stageWidth) |
|
virtual void | UpdateLWF (float tick, int pointX=Int32.MinValue, int pointY=Int32.MinValue, bool press=false, bool release=false) |
|
void | UseTextWithMovie (string instanceName) |
|
void | SetText (string instanceName, string textName, string text) |
|
void | SetText (string textName, string text) |
|
string | GetText (string instanceName, string textName) |
|
string | GetText (string textName) |
|
Vector3 | WorldToLWFPoint (Vector3 worldPoint) |
|
Vector3 | ScreenToLWFPoint (Vector3 screenPoint) |
|
void | AttachLWF (LWF.Movie movie, LWFObject lwfObject, string attachName, int attachDepth=-1, bool reorder=false, LWFObjectDetachHandler detachHandler=null) |
|
void | DetachLWF (LWF.Movie movie, string attachName) |
|
void | DetachLWF (LWF.Movie movie, LWFObject lwfObject) |
|
void | DetachAllLWFs (LWF.Movie movie) |
|
virtual void | Pause () |
|
virtual void | Resume () |
|
virtual void | Activate () |
|
virtual void | Deactivate () |
|
void | SetEventHandler (string eventName, EventHandler eventHandler) |
|
void | SetProgramObjectConstructor (string programObjectName, ProgramObjectConstructor programObjectConstructor) |
|
void | SetMovieEventHandler (string instanceName, MovieEventHandler load=null, MovieEventHandler postLoad=null, MovieEventHandler unload=null, MovieEventHandler enterFrame=null, MovieEventHandler update=null, MovieEventHandler render=null) |
|
void | SetButtonEventHandler (string instanceName, ButtonEventHandler press=null, ButtonEventHandler release=null, ButtonEventHandler rollOver=null, ButtonEventHandler rollOut=null, ButtonKeyPressHandler keyPress=null, ButtonEventHandler load=null, ButtonEventHandler unload=null, ButtonEventHandler enterFrame=null, ButtonEventHandler update=null, ButtonEventHandler render=null) |
|
void | SetMovieCommand (string[] instanceNames, MovieCommand cmd) |
|
void | ClearProperty () |
|
void | Move (float x, float y) |
|
void | MoveTo (float x, float y) |
|
void | Rotate (float radian) |
|
void | RotateTo (float radian) |
|
void | Scale (float x, float y) |
|
void | ScaleTo (float x, float y) |
|
void | SetMatrix (LWF.Matrix m) |
|
void | SetAlpha (float alpha) |
|
void | SetColorTransform (LWF.ColorTransform c) |