STOVE Studio Guide
/
SDK Integration
/
SDK Integration Introduction
/
SDK Integration
/
Follow Through (Sample)
/
Follow Through
/
Unity (Follow Through)
/
Untitled
/
SDK Termination
Search
Duplicate
SDK Termination
생성일
2024/03/14 00:23
태그
To clear the currently used resources after using STOVE Service, call the
StovePC.Uninitialize
method.
Enter the code piece below in the
ButtonUninitialize_Click
method.
sdkResult = StovePC.Uninitialize();
Plain Text
복사