1
Support / Re: tk2dTextMesh and tk2dUILayoutContainerSizer
« on: October 20, 2013, 09:41:37 pm »
Thanks, now it works as I need.
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.
.


tk2dSpriteAnimationClip[] clips = mSprite.anim.clips;
string res = "";
foreach (var clip in clips)
{
res += "|" + clip.name;
}
Debug.Log(res);