Tesla Graphics Engine Documentation (January 2012)
LoaderParameters Class
TeslaTesla.ContentLoaderParameters
LoaderParameters is the base class for all classes that define the parameters for an IResourceLoader.
Declaration Syntax
C#
public class LoaderParameters : ISavable
Members
All Members Constructors Methods Properties Fields



Icon Member Description
LoaderParameters()()()()
Initializes a new instance of the LoaderParameters 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.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
None
Tells the loader no parameters are defined.

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.

Read(ISavableReader)
Deserializes the object and populates it from the input.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ValidateParameters()()()()
Validates loader parameters.

Write(ISavableWriter)
Serializes the object and writes it to the output.

Inheritance Hierarchy

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