Browse Source

Merge pull request #1065 from Type1J/ATOMIC-JLS-SOUND-SET-DATA

Adding TypeScript decl.
JoshEngebretson 9 years ago
parent
commit
edb8a2a122
1 changed files with 6 additions and 2 deletions
  1. 6 2
      Script/Packages/Atomic/Audio.json

+ 6 - 2
Script/Packages/Atomic/Audio.json

@@ -6,6 +6,10 @@
 		"SoundSource" : {
 		"SoundSource" : {
 			"Play" : ["Sound"]
 			"Play" : ["Sound"]
 		}
 		}
+	},
+	"typescript_decl" : {
+		"Sound": [
+			"setData(data: Int16Array);"
+		]
 	}
 	}
-
- }
+}