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
Properties
Height
public uint Height { get; }
Property Value
Image
public byte[] Image { get; }
Property Value
- byte[]
Status
public AvatarData.DataStatus Status { get; }
Property Value
Type
public AvatarData.ImageType Type { get; }
Property Value
Width
public uint Width { get; }
Property Value
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
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).