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.