Třída XRenderQueue definuje renderovací frontu, ze které jsou vybírány objekty pro renderování.
Typ XRenderQueue..::.XRenderGroupQueueBase zpřístupňuje následující členy.
Konstruktory
| Jméno | Popis | |
|---|---|---|
| XRenderQueue..::.XRenderGroupQueueBase |
Vytvoří novou instanci třídy XRenderQueue..::.XRenderGroupQueueBase.
|
Metody
| Jméno | Popis | |
|---|---|---|
| Add |
Přidá renderovatelný objekt.
| |
| Clear |
Odstraní všechny prvky z kolekce.
| |
| Compare |
Porovná dva objekty.
| |
| Equals | (Zděděno z Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| FindIndex |
Zjistí pozici renderovatelného objektu v kolekci.
| |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| ToString | (Zděděno z Object.) |
Vlastnosti
| Jméno | Popis | |
|---|---|---|
| Count |
Vrátí počet prvků v kolekci.
| |
| Group |
Vrátí renderovací skupinu této kolekce.
| |
| Item |
Vrátí renderovatelný prvek na pozici index.
|