GPC_Destroy() 공개 정적인 메소드

GPC_Destroy
public static GPC_Destroy ( ) : bool
리턴 bool
예제 #1
0
    void OnDisable()
    {
        OVRManager.HMDAcquired -= OnHMDAcquired;
        OVRManager.HMDLost     -= OnHMDLost;

        OVRGamepadController.GPC_Destroy();
    }