Experimental: this API is experimental and might be changed or removed in the future.

IScriptableBakedReflectionSystemStageNotifier.ExitStage

Cambiar al Manual
public void ExitStage (int stage);

Parámetros

stageThe completed stage.

Descripción

Indicates that a stage is complete.

Call this method during the ticking of an ScriptableBakedReflectionSystem. See IScriptableBakedReflectionSystem.Tick.