Class TextureTools
Inheritance
System.Object
TextureTools
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: TFClassify
Assembly: cs.temp.dll.dll
Syntax
public class TextureTools
Methods
| Name | Description |
|---|---|
| CropSquare(Texture2D, TextureTools.RectOptions, Action<Texture2D>) | |
| CropWithRect(WebCamTexture, Rect, TextureTools.RectOptions, Int32, Int32) | |
| RotateImageMatrix(Color32[], Int32, Int32, Int32) | |
| RotateTexture(Texture2D, Int32) | |
| scale(Texture2D, Int32, Int32, FilterMode) | Scales the texture data of the given texture. |
| scaled(Texture2D, Int32, Int32, FilterMode) | Returns a scaled copy of given texture. |