Interface IReferenceCount
- Namespace
- OmegaEngine.Assets
- Assembly
- OmegaEngine.dll
Represents an object that tracks whether it is still needed by increasing and decreasing a reference counter.
public interface IReferenceCount
- Extension Methods
Methods
HoldReference()
Increments the reference count by one.
void HoldReference()
ReleaseReference()
Decrements the reference count by one.
void ReleaseReference()