डिक्लेरेशन
func AddItemInScene(position Vector3, items IntOrIntList, counts IntOrIntList)
go
पैरामीटर्स
इनपुट
| नाम | टाइप | विवरण |
|---|---|---|
| Position | Vector3 | Item creation location |
| Items | IntOrListInt | Created items or item lists |
| Counts | IntOrListInt | The number of items to be created. When creating an item list, you need to fill in a list of the number of items corresponding to the order of the item list. |