Class UiElementIconData
Inheritance
System.Object
UiElementIconData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: LeagueToolkit.Meta.Classes.dll
public class UiElementIconData : UiElementAssetData, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public Color Color { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IconElementDataExtension Extension { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool FlipX { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool FlipY { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink Material { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool PerPixelUvsX { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool PerPixelUvsY { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TextureData
Declaration
public IUiTextureDataProvider TextureData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool UseAlpha { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements