Version: 2021.2
言語: 日本語

ShadowObjectsFilter

enumeration

マニュアルに切り替える

説明

The filters that Unity can use when it renders GameObjects in the shadow pass.

変数

AllObjectsRenders all GameObjects.
DynamicOnlyOnly renders GameObjects that do not include the Static Shadow Caster tag.
StaticOnlyOnly renders GameObjects that include the Static Shadow Caster tag.