Axiom.Core.ResourceManager.ResourceExists C# (CSharp) Method

ResourceExists() public method

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
return bool
		public virtual bool ResourceExists( ResourceHandle handle )
		{
			return this[ handle ] != null;
		}

Same methods

ResourceManager::ResourceExists ( string name ) : bool