Version: 2017.2

GestureRecognizer.GestureErrorDelegate

매뉴얼로 전환
public delegatevoid GestureErrorDelegate (string error, int hresult);

파라미터

error A readable error string (when possible).
hresult The HRESULT code from the platform.

설명

Callback indicating an error or warning occurred.

GestureErrorDelegate has been deprecated. Use GestureError instead.