Exemple #1
0
 public void Destroy()
 {
     Native_FScriptBitArray.Destroy(ref this);
 }
Exemple #2
0
 public int Add(bool value)
 {
     return(Native_FScriptBitArray.Add(ref this, value));
 }
Exemple #3
0
 public bool IsValidIndex(int index)
 {
     return(Native_FScriptBitArray.IsValidIndex(ref this, index));
 }
Exemple #4
0
 public void Empty(int slack = 0)
 {
     Native_FScriptBitArray.Empty(ref this, slack);
 }
Exemple #5
0
 public                    FBitReference this[int index]
 {
     get { return(Native_FScriptBitArray.Get(ref this, index)); }
 }