SpriteFactory.Sprite.GetEditorPreviewFrameData
C#: bool GetEditorPreviewFrameData (out Texture2D texture, out Rect uvCoords)
JS: function GetEditorPreviewFrameData (out texture : Texture2D, out uvCoords : Rect) : boolean
Description
Get data from the editor preview frame for use in custom inspector. * This function is for internal use only. You should never need to call this. *