Create Item In Scene

Items
Server Side
Both Mobile and PC

Creates an item or list of items at a specified location.

Declaration

func AddItemInScene(position Vector3, items IntOrIntList, counts IntOrIntList)
go

Parameters

Input

Name Type Description
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.