The XModel type exposes the following members.

Constructors

  NameDescription
XModel
Creates new XModel class instance.

Methods

  NameDescription
ClearPool
Clears model pool.
CreateModelConfigs
Creates new XModelConfigs model configuration.
CreateSpriteOverloaded.
CreateSpriteCore
Creates the XSprite sprite alone from the model name.
Equals

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.)
GetOverloaded.
GetFolders
Returns the collection of all paths where the XModel models are located.
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetModelFileLocation
Returns the model file location.
GetModelsOverloaded.
GetSpriteModel
Returns the XModel model that this sprite has been created in accordance with.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
Invalidate
Invokes the configuration file and model preview reloads.
InvalidatePreviewImage
Invokes the model preview reload.
IsKindOf
Tests whether the model matches the given XModelFilter filter.
IsSpriteFromModelOverloaded.
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
RegisterFactory
Registers the model factory.
SpriteContainsModelOverloaded.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Properties

  NameDescription
Configs
Returns the XModelConfigs model configuration.
IsPreviewImageLoaded
Returns trueTruetruetrue (True in Visual Basic) if the model preview image has been loaded.
IsReadOnly
Returns trueTruetruetrue (True in Visual Basic) if the model source is read only.
ModelsExtensionsRegex
Returns the reular expression for model filtering according to the type.
Name
Returns the model name.
PreviewImage
Returns the Image image of the model preview.
Resource
Returns the IXResourceLocation model source instance.
SyncRoot

Events

  NameDescription
PoolCleared
Event for tracking the clearing the model pool.
PreviewImageChanged
Event for tracking the change of the model preview.

See Also