Table of Contents

Class AvatarData

Namespace
TaleWorlds.PlayerServices.Avatar
Assembly
TaleWorlds.PlayerServices.dll
public class AvatarData
Inheritance
AvatarData
Inherited Members

Constructors

AvatarData()

public AvatarData()

AvatarData(byte[])

public AvatarData(byte[] image)

Parameters

image byte[]

AvatarData(byte[], uint, uint)

public AvatarData(byte[] image, uint width, uint height)

Parameters

image byte[]
width uint
height uint

Properties

Height

public uint Height { get; }

Property Value

uint

Image

public byte[] Image { get; }

Property Value

byte[]

Status

public AvatarData.DataStatus Status { get; }

Property Value

AvatarData.DataStatus

Type

public AvatarData.ImageType Type { get; }

Property Value

AvatarData.ImageType

Width

public uint Width { get; }

Property Value

uint

Methods

SetFailed()

public void SetFailed()

SetImageData(byte[])

public void SetImageData(byte[] image)

Parameters

image byte[]

SetImageData(byte[], uint, uint)

public void SetImageData(byte[] image, uint width, uint height)

Parameters

image byte[]
width uint
height uint

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).