Version: 2023.2
언어: 한국어

GameObject.InstantiateGameObjects(int,NativeArray<int>,NativeArray<int>,Scene)

매뉴얼로 전환

파라미터

sourceInstanceID The instance ID of the source GameObject to instantiate.
count The number of copies to create.
newInstanceIDs Pre-allocated NativeArray that will be populated with the instance IDs of the new GameObjects. Must already be the size of count.
newTransformInstanceIDs Pre-allocated NativeArray that will be populated with the instance IDs of the Transforms of the new GameObjects. Must already be the size of count.
destinationScene The Scene to place the instantiated GameObjects into. If default, then the GameObjects will be added to the currently active Scene.

설명

Instantiate a GameObject multiple times by instance ID and populate NativeArrays containing the new GameObjects by instance ID and their corresponding Transforms by instance ID.