Axiom.Core.ResourceManager.NotifyResourceUnloaded C# (CSharp) Méthode

NotifyResourceUnloaded() public méthode

Notify this manager that a resource which it manages has been unloaded.
public NotifyResourceUnloaded ( Axiom.Core.Resource res ) : void
res Axiom.Core.Resource the resource
Résultat void
		public virtual void NotifyResourceUnloaded( Resource res )
		{
			_memoryUsage -= res.Size;
		}