IPreview
Namespace: Murder.Assets
Assembly: Murder.dll
public abstract IPreview
This is an interface implemented by assets which has a preview in the editor.
⭐ Methods
GetPreviewId()
public abstract ValueTuple<T1, T2> GetPreviewId()
Returns the preview id to show this image.
Returns
ValueTuple<T1, T2>
⚡