This version of Unity is unsupported.

HandleUtility.RenderPickingCallback

Declaration

public delegate RenderPickingResult RenderPickingCallback(InAttribute) args);

Parameters

args The RenderPickingArgs struct that provides information what to render from this callback.

Description

The delegate type to use with RegisterRenderPickingCallback and UnregisterRenderPickingCallback.