Class TextureScaler
Inheritance
System.Object
    TextureScaler
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: PiXYZ.Utils
Assembly: cs.temp.dll.dll
Syntax
public sealed class TextureScaler
  Methods
Bilinear(Texture2D, Int32, Int32)
Declaration
public static void Bilinear(Texture2D tex, int newWidth, int newHeight)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Texture2D | tex | |
| System.Int32 | newWidth | |
| System.Int32 | newHeight | 
BilinearScale(Object)
Declaration
public static void BilinearScale(object obj)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | obj | 
Point(Texture2D, Int32, Int32)
Declaration
public static void Point(Texture2D tex, int newWidth, int newHeight)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Texture2D | tex | |
| System.Int32 | newWidth | |
| System.Int32 | newHeight | 
PointScale(Object)
Declaration
public static void PointScale(object obj)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | obj |