ResourcesManagerGetTexture Method |
Get a 2d texture.
Namespace:
GeonBit.Core
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Texture2D GetTexture(
string path
)
Parameters
- path
- Type: SystemString
Asset path / name.
Return Value
Type:
Texture2DTexture instance.
See Also