修改方法名
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Spine.Exporters
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取帧图像, 结果是预乘的
|
/// 获取帧图像, 结果是预乘的
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public SKImage Export(params SpineObject[] spines)
|
public SKImage ExportMemoryImage(params SpineObject[] spines)
|
||||||
{
|
{
|
||||||
using var frame = GetFrame(spines);
|
using var frame = GetFrame(spines);
|
||||||
var info = new SKImageInfo(frame.Width, frame.Height, SKColorType.Rgba8888, SKAlphaType.Premul);
|
var info = new SKImageInfo(frame.Width, frame.Height, SKColorType.Rgba8888, SKAlphaType.Premul);
|
||||||
|
|||||||
Reference in New Issue
Block a user