HandleUtility.ResolvePickingWithWorldPositionCallback
The delegate type to return from HandleUtility.RenderPickingCallback through the RenderPickingResult.resolverWithWorldPos member, with the additional world space position and depth information of where the click occurred.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Delegate
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public delegate Object HandleUtility.ResolvePickingWithWorldPositionCallback(int localPickingIndex, Vector3 worldPos, float depth)
Remarks
Additional Resources: RenderPickingResult.