|
| 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) |
| |
Definition at line 11 of file TextureScale.cs.
§ Bilinear()
| static void HoloToolkit.Unity.TextureScale.Bilinear |
( |
Texture2D |
tex, |
|
|
int |
newWidth, |
|
|
int |
newHeight |
|
) |
| |
|
static |
§ BilinearScale()
| static void HoloToolkit.Unity.TextureScale.BilinearScale |
( |
object |
obj | ) |
|
|
static |
§ Point()
| static void HoloToolkit.Unity.TextureScale.Point |
( |
Texture2D |
tex, |
|
|
int |
newWidth, |
|
|
int |
newHeight |
|
) |
| |
|
static |
§ PointScale()
| static void HoloToolkit.Unity.TextureScale.PointScale |
( |
object |
obj | ) |
|
|
static |
The documentation for this class was generated from the following file: