예제 #1
0
파일: Examples.cs 프로젝트: ryo0ka/MinAR
        public void Sample6()
        {
            var cube1 = CreatePrimitiveCube();

            Anime.PlayIn(-5f, 0f, 5f, Easing.InCubic(TimeSpan.FromSeconds(1f)))
            .SubscribeToPositionX(cube1)
            .AddTo(cube1);
        }