Ejemplo n.º 1
0
 public txUGUIImageAnim()
 {
     mControl         = new AnimControl();
     mTextureNameList = new List <string>();
     mPlayEndCallback = new List <TextureAnimCallBack>();
     mPlayingCallback = new List <TextureAnimCallBack>();
     mUseTextureSize  = false;
     mEffectAlign     = EFFECT_ALIGN.NONE;
 }
Ejemplo n.º 2
0
 public void setEffectAlign(EFFECT_ALIGN align)
 {
     mEffectAlign = align;
 }