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.