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

ResourceExists() public method

Returns whether the named resource exists in this manager
public ResourceExists ( string name ) : bool
name string name of the resource
return bool
		public virtual bool ResourceExists( string name )
		{
			return this[ name ] != null;
		}
		/// <summary>Returns whether a resource with the given handle exists in this manager</summary>

Same methods

ResourceManager::ResourceExists ( System.UInt64 handle ) : bool