Skip to content

Instantly share code, notes, and snippets.

@mizutanikirin
Created May 15, 2015 10:40
Show Gist options
  • Save mizutanikirin/4d6454296d6da997d0f3 to your computer and use it in GitHub Desktop.
Save mizutanikirin/4d6454296d6da997d0f3 to your computer and use it in GitHub Desktop.
iTweenでgameobjectのフェード
iTween.FadeTo(gameObject, iTween.Hash("alpha", 0, "time", 10f));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment