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.