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