Class RefCountedObject
Base class for objects managed with reference and disposal.
Implements
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public abstract class RefCountedObject : IDisposable
Fields
disposed
Indicates whether the object has been disposed.
Declaration
protected bool disposed
Field Value
Type | Description |
---|---|
bool |
Methods
Dispose()
Releases resources used by the object.
Declaration
public virtual void Dispose()