Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ObjectPreview.Cleanup

Declaration

public void Cleanup();

Description

Use this function to release resources allocated by the ObjectPreview implementation.

When overriding this function be sure to include a base.Cleanup to avoid errors.