Example #1
0
 // JS interaction
 public static void SetResourceStream(string key, ArrayBuffer arrayBuffer)
 {
     Resources["InnoveWare;component/" + key] = arrayBuffer;
 }
Example #2
0
 public Stream(ArrayBuffer arrayBuffer)
 {
     throw new ImplementedInJavaScript();
 }
Example #3
0
 public static void InsertFileIntoFolder(string filename, ArrayBuffer array, Action action)
 {
     throw new ImplementedInJavaScript();
 }
Example #4
0
 public AudioBuffer CreateBuffer(ArrayBuffer buffer, bool b)
 {
     throw new ImplementedInJavaScript();
 }