Example #1
0
        public ActionListEditorWindowData(ActionList actionList)
        {
            targetAsset = null;
            _target     = actionList;

            if (actionList != null)
            {
                isLocked = true;
                targetID = actionList.GetInstanceID();
            }
            else
            {
                isLocked = false;
                targetID = 0;
            }
        }
        public ActionListEditorWindowData(ActionList actionList)
        {
            targetAsset = null;
            _target = actionList;

            if (actionList != null)
            {
                isLocked = true;
                targetID = actionList.GetInstanceID ();
            }
            else
            {
                isLocked = false;
                targetID = 0;
            }
        }