| FingersImageAutomationScriptScaleTexture Method  | 
 
            Scale a texture to a new size
            
 
    Namespace: 
   DigitalRubyShared
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic static Texture2D ScaleTexture(
	Texture src,
	int width,
	int height
)
Parameters
- src
- Type: Texture
 Source texture
- width
- Type: SystemInt32
 New width
- height
- Type: SystemInt32
 New height
Return Value
Type: 
Texture2DNew texture
 See Also
See Also