Created
February 5, 2018 05:39
-
-
Save kyubuns/c2eb9f84b6081a8e8224d617fbab6db5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Anime.Play(new Vector3(-5f, 0f, 0f), new Vector3(5f, 0f, 0f), Motion.Uniform(4f)) | |
.Wait(TimeSpan.FromSeconds(2.0f)) | |
.Play(new Vector3(10f, 0f, 0f), Motion.Uniform(4f)) | |
.SubscribeToPosition(cube); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment