Version: 2023.2
言語: 日本語
public IReadOnlyCollection<GameObject> renderObjectSet ;

説明

A set of GameObjects to check and determine what this callback is expected to render.

Depending on renderPickingType, the GameObjects in this set are expected to be either included or excluded from the picking rendering. Refer to renderPickingType.

This set cannot be null, but it can be empty. Use RenderObjectSetContains to query whether a GameObject is contained in the set.