Version: 2022.2
언어: 한국어

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.