Example #1
0
 public void RemoveAtUninitialized(ref FScriptSparseArrayLayout layout, int index, int count = 1)
 {
     Native_FScriptSparseArray.RemoveAtUninitialized(ref this, ref layout, index, count);
 }
Example #2
0
 public void Empty(int slack, ref FScriptSparseArrayLayout layout)
 {
     Native_FScriptSparseArray.Empty(ref this, slack, ref layout);
 }
Example #3
0
 public int AddUninitialized(ref FScriptSparseArrayLayout layout)
 {
     return(Native_FScriptSparseArray.AddUninitialized(ref this, ref layout));
 }
Example #4
0
 public IntPtr GetData(int index, ref FScriptSparseArrayLayout layout)
 {
     return(Native_FScriptSparseArray.GetData(ref this, index, ref layout));
 }