GPC_Destroy() public static method

GPC_Destroy
public static GPC_Destroy ( ) : bool
return bool
Beispiel #1
0
    void OnDisable()
    {
        OVRManager.HMDAcquired -= OnHMDAcquired;
        OVRManager.HMDLost     -= OnHMDLost;

        OVRGamepadController.GPC_Destroy();
    }