Tanoda
TextureScale Class Reference

Classes

class  ThreadData
 

Static Public Member Functions

static void Point (Texture2D tex, int newWidth, int newHeight)
 
static void Bilinear (Texture2D tex, int newWidth, int newHeight)
 
static void BilinearScale (object obj)
 
static void PointScale (object obj)
 

Detailed Description

Definition at line 4 of file TextureScale.cs.

Member Function Documentation

◆ Bilinear()

static void TextureScale.Bilinear ( Texture2D  tex,
int  newWidth,
int  newHeight 
)
static

Definition at line 32 of file TextureScale.cs.

◆ BilinearScale()

static void TextureScale.BilinearScale ( object  obj)
static

Definition at line 92 of file TextureScale.cs.

◆ Point()

static void TextureScale.Point ( Texture2D  tex,
int  newWidth,
int  newHeight 
)
static

Definition at line 27 of file TextureScale.cs.

◆ PointScale()

static void TextureScale.PointScale ( object  obj)
static

Definition at line 118 of file TextureScale.cs.


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