示例#1
0
 public float this[int index] {
     get { return((float)SprExport.Spr_array_get_float(this, index)); }
     set { SprExport.Spr_array_set_float(this, index, value); }
 }