Esempio n. 1
0
 /// <summary>
 /// Destroys the referenced blob asset and frees its memory.
 /// </summary>
 /// <exception cref="InvalidOperationException">Thrown if you attempt to dispose a blob asset that loaded as
 /// part of a scene or subscene.</exception>
 public void Dispose()
 {
     m_data.Dispose();
 }