예제 #1
0
 public BTEditorNodeConfig(TreeNodeConfig _config)
 {
     mActionNodeName = _config.mActionNodeName;
     mNodeName       = _config.mNodeName;
     mNodeSubType    = _config.mNodeSubType;
     mNodeType       = _config.mNodeType;
     mOtherParams    = _config.mOtherParams;
     mParentIndex    = _config.mParentIndex;
     mPreconditions  = _config.mPreconditions;
 }
 public BTreeEditorNodeConfig(TreeNodeConfig _config)
 {
     m_ActionNodeName = _config.m_ActionNodeName;
     m_NodeName       = _config.m_NodeName;
     m_NodeSubType    = _config.m_NodeSubType;
     m_NodeType       = _config.m_NodeType;
     m_OtherParams    = _config.m_OtherParams;
     m_ParentIndex    = _config.m_ParentIndex;
     m_Preconditions  = _config.m_Preconditions;
 }