terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.Texture Class Referenceabstract
+ Inheritance diagram for Microsoft.Xna.Framework.Graphics.Texture:
+ Collaboration 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, set]
 
SurfaceFormat Format [get, set]
 
int LevelCount [get, set]
 
EventHandler< EventArgsDisposing [set]
 
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 9 of file Texture.cs.


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