Table of Contents

Interface IUserPortraitCallback

Namespace
CHTLand.SDK.Module.User

透過Callback收到Portrait texture

public interface IUserPortraitCallback

Methods

OnLoadComplete(Texture2D)

取得頭像紋理成功

void OnLoadComplete(Texture2D texture)

Parameters

texture Texture2D

Portrait 紋理物件

OnLoadFailed(string)

取得頭像紋理失敗

void OnLoadFailed(string error)

Parameters

error string

錯誤原因