Version 3.3.0.1

LazyEditorIcon class

Namespace: Sirenix.Utilities.Editor
Assembly: Sirenix.Utilities.Editor
public class LazyEditorIcon : EditorIcon, IDisposable
Lazy loading Editor Icon.
Inheritance

Constructors

LazyEditorIcon(Int32, Int32, String)
Loads an EditorIcon from the spritesheet.
public LazyEditorIcon(int width, int height, string base64ImageDataPngOrJPG)
Parameters
System.Int32 width

System.Int32 height

System.String base64ImageDataPngOrJPG

Properties

Active
Gets the icon's active texture.
public override Texture Active { get; }
Highlighted
Gets the icon's highlight texture.
public override Texture Highlighted { get; }
Inactive
Gets the icon's inactive texture.
public override Texture Inactive { get; }
Raw
Not yet documented.
public override Texture2D Raw { get; }

Methods

Dispose()
public void Dispose()