The XModel type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| ClearPool |
Clears model pool.
| |
| CreateModelConfigs |
Creates new XModelConfigs model configuration.
| |
| CreateSprite | Overloaded. | |
| CreateSpriteCore |
Creates the XSprite sprite alone from the model name.
| |
| Equals | (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. | |
| Get | Overloaded. | |
| 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. | |
| GetModelFileLocation |
Returns the model file location.
| |
| GetModels | Overloaded. | |
| GetSpriteModel |
Returns the XModel model that this sprite has been created in accordance with.
| |
| GetType | Gets the Type of the current instance. | |
| 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.
| |
| IsSpriteFromModel | Overloaded. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| RegisterFactory |
Registers the model factory.
| |
| SpriteContainsModel | Overloaded. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| PoolCleared |
Event for tracking the clearing the model pool.
| |
| PreviewImageChanged |
Event for tracking the change of the model preview.
|