Tesla Graphics Engine Documentation (January 2012)
MaterialLoader Class
TeslaTesla.Content.LoadersMaterialLoader
Resource loader for single-material TEM files, or the first material in a multi-material TEM file.
Declaration Syntax
C#
public sealed class MaterialLoader : ResourceLoader<Material>
Members
All Members Constructors Methods Properties



Icon Member Description
MaterialLoader()()()()
Initializes a new instance of the MaterialCollectionLoader class.

ContentManager
Gets the content manager that currently references the loader.
(Inherited from ResourceLoader.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Extension
Gets the file extension of the resource to look for.
(Inherited from ResourceLoader.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Load(IResource, LoaderParameters)
Loads the specified resource.
(Overrides ResourceLoader<(Of <(<'Material>)>)>.Load(IResource, LoaderParameters).)
Load(IResource, Type, LoaderParameters)
Loads the resource.
(Inherited from ResourceLoader<(Of <(<'T>)>)>.)
TargetType
Gets the target type of the object to be returned when the resource is loaded and processed.
(Inherited from ResourceLoader.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ResourceLoader
  ResourceLoader < (Of < ( <' Material > ) > ) >
    MaterialLoader

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)