Version: 2022.3
언어: 한국어

HandleUtility.pickGameObjectCustomPasses

매뉴얼로 전환

설명

Subscribe to this event to add additional picking objects to the HandleUtility.PickGameObject method.

PickGameObject invokes this delegate when clicking in the SceneView.

An example use case for this event would be if you are rendering meshes with Graphics.RenderMesh, and would like to be able to select the GameObject that represents these meshes.