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.