Version: 2022.3

HandleUtility.GetSelectionOutlineIncludeExcludeList

切换到手册
public static PickingIncludeExcludeList GetSelectionOutlineIncludeExcludeList (Unity.Collections.Allocator allocator);

参数

allocator The allocator to use to create the PickingIncludeExcludeList object.

返回

PickingIncludeExcludeList The PickingIncludeExcludeList struct.

描述

Gets the selection outline PickingIncludeExcludeList for the currently executing BatchRendererGroup.OnPerformCulling callback.

Note: If you call this method outside of a BatchRendererGroup.OnPerformCulling callback, it returns an empty PickingIncludeExcludeList object.