Version: 2023.2
언어: 한국어

HandleUtility.UnregisterRenderPickingCallback

매뉴얼로 전환
public static bool UnregisterRenderPickingCallback (HandleUtility.RenderPickingCallback renderPickingCallback);

파라미터

renderPickingCallback The delegate object to unregister from the callback.

반환

bool True if the unregistration succeeds. False if the callback is not registered.

설명

Unregisters the callback that was previously registered for custom picking rendering.

The method throws InvalidOperationException if you try to call it inside render picking callbacks.

Additional resources: RegisterRenderPickingCallback.