Home
Creator Guide
API References
Download
VIVEN Wiki
/
Viven SDK Documentation
/
Utilities
Development Environment
Scripting
Trouble Shooting
Shortcut
Unity References
Network
Interaction
VIVEN Wiki
/
Viven SDK Documentation
/
Utilities
Share
Home
Creator Guide
Development Environment
Scripting
Trouble Shooting
API References
Shortcut
Unity References
Network
Interaction
Download
Utilities
DoInstantiate
오브젝트를 생성할 수 있습니다.
self
:
DoInstantiate
(
obj
)
Lua
복사
DoInstantiate
오브젝트를 원하는 위치에 생성할 수 있습니다.
self
:
DoInstantiate
(
obj
,
pos
,
rot
)
Lua
복사
DoDestroy
오브젝트를 삭제할 수 있습니다.
self
:
DoDestroy
(
obj
)
Lua
복사