Interface IImageLocator
Namespace: Ritchie.Toolbox.Widgets
Assembly: Ritchie.Toolbox.dll
Syntax
public interface IImageLocator
Methods
TryLoadImage(string, out Texture2D?)
Declaration
bool TryLoadImage(string imagePath, out Texture2D? texture)
Parameters
| Type | Name | Description |
|---|---|---|
| string | imagePath | |
| Texture2D | texture |
Returns
| Type | Description |
|---|---|
| bool |