Version: 2021.3
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

IScriptableRuntimeReflectionSystem.TickRealtimeProbes

マニュアルに切り替える
public bool TickRealtimeProbes ();

戻り値

bool Whether a reflection probe was updated.

説明

Update the reflection probes.

The implementation of this method should update the real-time reflection probes. This is called once per frame during the offscreen camera render.

If you use the built-in ReflectionProbe component and rely on the built-in culling system (see ScriptableCullingParameters), you must call ReflectionProbe.UpdateCachedState to update and provide the appropriate probe information to the culling system.