public L2DBaseModel() { mainMotionManager = new L2DMotionManager(); expressionManager = new L2DMotionManager(); motions = new Dictionary <string, AMotion>(); expressions = new Dictionary <string, AMotion>(); }
public L2DBaseModel() { mainMotionManager = new L2DMotionManager(); expressionManager = new L2DMotionManager(); motions = new Dictionary<string, AMotion>(); expressions = new Dictionary<string, AMotion>(); }
public L2DBaseModel() { // モーションマネージャーを作成 mainMotionManager = new L2DMotionManager();// MotionQueueManagerクラスからの継承なので、使い方は同一 expressionManager = new L2DMotionManager(); motions = new Dictionary <string, AMotion>(); expressions = new Dictionary <string, AMotion>(); }
protected bool updating = false; // 読み込み中ならtrue #endregion Fields #region Constructors public L2DBaseModel() { // モーションマネージャーを作成 mainMotionManager = new L2DMotionManager();// MotionQueueManagerクラスからの継承なので、使い方は同一 expressionManager = new L2DMotionManager(); motions = new Dictionary<string, AMotion>(); expressions = new Dictionary<string, AMotion>(); }