Click or drag to resize
UtilstretchToAspect Method

[Missing <summary> documentation for "M:Planetbase.Util.stretchToAspect(UnityEngine.Texture2D,System.Single)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Texture2D stretchToAspect(
	Texture2D texture,
	float aspect
)

Parameters

texture
Type: Texture2D

[Missing <param name="texture"/> documentation for "M:Planetbase.Util.stretchToAspect(UnityEngine.Texture2D,System.Single)"]

aspect
Type: SystemSingle

[Missing <param name="aspect"/> documentation for "M:Planetbase.Util.stretchToAspect(UnityEngine.Texture2D,System.Single)"]

Return Value

Type: Texture2D

[Missing <returns> documentation for "M:Planetbase.Util.stretchToAspect(UnityEngine.Texture2D,System.Single)"]

See Also