Create Item In Scene

Items
Lado del servidor
Disponible en PC y móvil

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

Declaración

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

Parámetros

Entrada

Nombre Tipo Descripción
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.