Click or drag to resize
ResourceUtilloadT Method

[Missing <summary> documentation for "M:Planetbase.ResourceUtil.load``1(System.String)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static T load<T>(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Planetbase.ResourceUtil.load``1(System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Planetbase.ResourceUtil.load``1(System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Planetbase.ResourceUtil.load``1(System.String)"]

See Also