예제 #1
0
        protected override NPBehave.Node GetOutValue()
        {
            if (_group == null)
            {
                return(null);
            }

            GetGroup();

            _childGroupNode = _getChildGroupNode(_currentGroup);

            if (!_childGroupNode)
            {
                return(null);
            }

            _childGroupNode.GetChildGroupNode = this;

            return(_currentGroup.GetChildGroupNode((IcSkillGroup)graph));
        }
예제 #2
0
        protected override NPBehave.Node GetOutValue()
        {
            _group = GetInputValue(nameof(_group), _group);

            return(_group.GetChildGroupNode((IcSkillGroup)graph));
        }