Tesla Graphics Engine Documentation (January 2012)
MaterialLoaderParameters Class
TeslaTesla.ContentMaterialLoaderParameters
Parameters for loading a single material by name, from a multi-material TEM script.
Declaration Syntax
C#
public class MaterialLoaderParameters : LoaderParameters
Members
All Members Constructors Methods Properties



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

MaterialLoaderParameters(String)
Initializes a new instance of the MaterialLoaderParameters class.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MaterialName
Gets or sets the name of the material to load.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OverrideCache
Gets or sets if a previously loaded cached asset should be returned or the cache should be overridden. Default is false, the cached asset will always be returned.
(Inherited from LoaderParameters.)
Read(ISavableReader)
Deserializes the object and populates it from the input.
(Overrides LoaderParameters.Read(ISavableReader).)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ValidateParameters()()()()
Validates loader parameters.
(Inherited from LoaderParameters.)
Write(ISavableWriter)
Serializes the object and writes it to the output.
(Overrides LoaderParameters.Write(ISavableWriter).)
Inheritance Hierarchy
Object
LoaderParameters
  MaterialLoaderParameters

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