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.