Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

ScriptableBakedReflectionSystem.Clear

Declaration

public void Clear();

Description

Clear the state of ScriptableBakedReflectionSystem.

This implementation does nothing.

Override this method in your own implementation to clear the state of your ScriptableBakedReflectionSystem. See IScriptableBakedReflectionSystem.