Class Avatar
Inheritance
System.Object
Avatar
Assembly: Eco.ModKit.dll
Syntax
public class Avatar : Object
Constructors
Avatar()
Declaration
Properties
filename
Declaration
public string filename { get; set; }
Property Value
Type |
Description |
System.String |
|
original
Declaration
public string original { get; set; }
Property Value
Type |
Description |
System.String |
|
thumb_100x100
Declaration
public string thumb_100x100 { get; set; }
Property Value
Type |
Description |
System.String |
|
thumb_50x50
Declaration
public string thumb_50x50 { get; set; }
Property Value
Type |
Description |
System.String |
|