Version: 2023.2

RenderPickingResultConstructor

切换到手册
public RenderPickingResult (int renderedPickingIndexCount, HandleUtility.ResolvePickingCallback resolver);
public RenderPickingResult (int renderedPickingIndexCount, HandleUtility.ResolvePickingWithWorldPositionCallback resolver);

参数

renderedPickingIndexCount The number of picking indices used.
resolver The callback to invoke for resolving a picking index to a GameObject reference. This callback can be provided either as a ResolvePickingCallback or a ResolvePickingWithWorldPositionCallback based on whether you need the information of the world space position or the depth value for where the picking occurred.

描述

Constructs a RenderPickingResult value.

Additional resources: RenderPickingResult.