Version: 2022.3
言語: 日本語

PickingIncludeExcludeListConstructor

マニュアルに切り替える
public PickingIncludeExcludeList (List<int> includeRendererInstanceIDs, List<int> excludeRendererInstanceIDs, List<int> includeEntityIndices, List<int> excludeEntityIndices, Unity.Collections.Allocator allocator);

パラメーター

includeRendererInstanceIDs UnityEngine.Renderer instanceIDs to be included.
excludeRendererInstanceIDs UnityEngine.Renderer instanceIDs to be excluded.
includeEntityIndices DOTS Entity indices to be included.
excludeEntityIndices DOTS Entity indices to be excluded.
allocator Allocator to use to construct the four Unity.Collections.NativeArray of the PickingIncludeExcludeList.

説明

Construct a PickingIncludeExcludeList.