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

ContentFile.IsValid

public bool IsValid;

Description

Returns true if the ContentFile handle is valid.

This will be true immediately after the handle is returned from ContentLoadInterface.LoadContentFileAsync. It becomes false after ContentFile.UnloadAsync is called.