Click or drag to resize
ResourcesManagerGetTexture Method
Get a 2d texture.

Namespace:  GeonBit.Core
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Texture2D GetTexture(
	string path
)

Parameters

path
Type: SystemString
Asset path / name.

Return Value

Type: Texture2D
Texture instance.
See Also