Entries from 2016-02-09 to 1 day

アニメーションのプレイ "Animator.Play("stateName", layer, startFrame);"

using UnityEngine; using System.Collections; using System.Collections.Generic; public class AchievementNotif : MonoBehaviour { public AchievementContentNotif _achievementContentNotif; public Animator _animNotif; #region Event void OnEnable…

【C#】Delegate使用 Event 使用例 第三弾

EventManagerでイベントの起点を束ねる。 1. 全てのイベントを管理するEventManager 2. Eventの起点 3. どんなEventを呼ぶかを記述 1. 全てのイベントを管理するEventManager EventManager.cs using UnityEngine; using System.Collections; public class Ev…

【開発ツール】Spine : アニメーションを政策(Skeleton)

人型キャラクターのアニメーションに。 gamedevelopment.tutsplus.com esotericsoftware.comwww.youtube.comwww.youtube.com