Create Level Object

Level Object
दोनों तरफ
क्राफ्टलैंड स्टूडियो मोबाइल और पीसी दोनों पर उपलब्ध है

Create scene object at the specified coordinate

डिक्लेरेशन

func CreateLevelObject(out var createdEntity entity<LevelObject>, postion Vector3, levelObject int)
go

पैरामीटर्स

इनपुट

नाम टाइप विवरण
Postion Vector3 The location where the object is spawned
Level Object Int The created object type ID. Need to be registered in the asset registry before using it in the code script.

आउट

नाम टाइप विवरण
Created Entity LevelObject Created scene object entity