disposed property

bool disposed

Indicates whether this GTexture instance has been disposed or not. Once disposed, the root reference and all other properties are set to null, and further method calls to this instance may result in errors or unexpected behavior.

Implementation

bool get disposed {
  return _disposed;
}