コード例 #1
0
        public static ITweenRemoteControl TweenAlpha(this Graphic obj, float toValue, float duration, TweenerPlayStyle style)
        {
            var tween = TweenHandlerStaticFactory.Create(obj, toValue, duration, style);

            TweenUpdaterMono.Instance.Subscribe(tween);
            return(tween.GetRemote());
        }