Skip to content

Instantly share code, notes, and snippets.

@nopitech
Created October 21, 2017 09:45
Show Gist options
  • Save nopitech/9ce9650dcde90c58ba259f880b711f06 to your computer and use it in GitHub Desktop.
Save nopitech/9ce9650dcde90c58ba259f880b711f06 to your computer and use it in GitHub Desktop.
iTween.MoveTo
public class iTweenMethod : MonoBehaviour
{
void Start()
{
// パターン1
iTween.MoveTo(gameObject, iTween.Hash("x", 2f, "delay", 1f));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment