Click or drag to resize
ResourceUtilloadIconColor Method (String, Color)

[Missing <summary> documentation for "M:Planetbase.ResourceUtil.loadIconColor(System.String,UnityEngine.Color)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Texture2D loadIconColor(
	string path,
	Color color
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Planetbase.ResourceUtil.loadIconColor(System.String,UnityEngine.Color)"]

color
Type: Color

[Missing <param name="color"/> documentation for "M:Planetbase.ResourceUtil.loadIconColor(System.String,UnityEngine.Color)"]

Return Value

Type: Texture2D

[Missing <returns> documentation for "M:Planetbase.ResourceUtil.loadIconColor(System.String,UnityEngine.Color)"]

See Also