コード例 #1
0
 public CachePaired(int index, InteractiveDictionary parentDict, IDictionary refIDict, PairTypes pairType, GameObject parentContent)
 {
     Index                = index;
     ParentDictionary     = parentDict;
     RefIDict             = refIDict;
     this.PairType        = pairType;
     this.m_parentContent = parentContent;
 }
コード例 #2
0
 public void SetDictOwner(InteractiveDictionary dict, int index)
 {
     this.Owner     = dict;
     this.DictIndex = index;
 }