1
NGUI 3 Support / Re: How do change Anchors Type in Code?
« on: August 01, 2014, 05:58:46 AM »
move is impossible?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
//example. change Sprite is ok
this.ui_sprite.spriteName = set_sprite_name;
//but error all
this.ui_sprite.Flip = 1; //??
this.ui_sprite.mFlip = Flip.Horizontally; //??
this.ui_sprite.FlipType= Flip.Horizontally; //??

