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

ResourceExists() public méthode

Returns whether a resource with the given handle exists in this manager
public ResourceExists ( System.UInt64 handle ) : bool
handle System.UInt64 handle of the resource
Résultat bool
		public virtual bool ResourceExists( ResourceHandle handle )
		{
			return this[ handle ] != null;
		}

Same methods

ResourceManager::ResourceExists ( string name ) : bool