| Namespace: | Sirenix.Utilities.Editor |
| Assembly: | Sirenix.Utilities.Editor |
public class LazyEditorIcon : EditorIcon, IDisposable
public LazyEditorIcon(int width, int height, string base64ImageDataPngOrJPG)
| System.Int32 | width | |
| System.Int32 | height | |
| System.String | base64ImageDataPngOrJPG |
public override Texture Active { get; }
public override Texture Highlighted { get; }
public override Texture Inactive { get; }
public override Texture2D Raw { get; }
public void Dispose()