Version: 2022.3
언어: 한국어
public void SetPickingMaterial (Material material);

파라미터

material Unity Material.

설명

Set the material that Unity uses to render object picking data using the draw commands in the Scene view.

Note: This function does not prevent Unity from unloading this material when you switch scenes. To prevent this, ensure that Material.hideFlags contains the flags HideFlags.HideAndDontSave. See Also: BatchCullingViewType.Picking, BatchCullingOutputDrawCommands.drawCommandPickingInstanceIDs