The XSpriteDecoratorBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XSpriteDecoratorBase |
Creates a new instance of the decorator class with the given name.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates an object that is a copy of this instance.
| |
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize |
The class destructor.
(Inherited from XDisposableObject.) | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetMaterial |
Gets the XMaterial material used for rendering of this object.
| |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| OnAttached |
The method is called by the sprite on attaching the decorator to the sprite sprite.
| |
| OnDetached |
The method is called by the sprite on detaching the decorator from the sprite sprite.
| |
| PutRenderable | ||
| Remove |
Removes the decorator from the XSprite sprite.
| |
| Render |
Carries out the object rendering.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| IsDisposed |
Denotes whether the instance is disposed.
(Inherited from XDisposableObject.) | |
| Name |
Returns the decorator name.
| |
| RenderLock |
Gets an object that is used for synchronizing access to the rendering of the object.
| |
| SyncRoot | ||
| Visible |
Gets or sets the decorator visibility.
|