コード例 #1
0
 public TempProp getTempPropByIndex(int index)
 {
     if (tempStorage == null)
     {
         return(null);
     }
     return(tempStorage.getPropByIndex(index) as TempProp);
 }