terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.Texture Class Referenceabstract
+ Inheritance diagram for Microsoft.Xna.Framework.Graphics.Texture:

Public Member Functions

void Dispose ()
 
override string ToString ()
 

Protected Member Functions

 Texture ()
 

Package Functions

int GetPitch (int width)
 
override void GraphicsDeviceResetting ()
 

Static Package Functions

static int CalculateMipLevels (int width, int height=0, int depth=0)
 
static void GetSizeForLevel (int width, int height, int level, [Out] int w, [Out] int h)
 
static void GetSizeForLevel (int width, int height, int depth, int level, [Out] int w, [Out] int h, [Out] int d)
 

Package Attributes

SurfaceFormat _format
 
int _levelCount
 

Properties

int SortingKey [get]
 
SurfaceFormat Format [get]
 
int LevelCount [get]
 
EventHandler< EventArgsDisposing
 
GraphicsDevice GraphicsDevice [get, set]
 
string Name [get, set]
 
object Tag [get, set]
 

Private Attributes

readonly int _sortingKey
 
GraphicsDevice graphicsDevice
 
string< Namek__BackingField
 
object< Tagk__BackingField
 

Static Private Attributes

static int _lastSortingKey
 

Detailed Description

Definition at line 8 of file Texture.cs.


The documentation for this class was generated from the following file: