Class GearData
Inheritance
System.Object
GearData
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 GearData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> CharacterSubmeshesToHide { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> CharacterSubmeshesToShow { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool EnableOverrideIdleEffects { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string EquipAnimation { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<SkinCharacterDataProperties_CharacterIdleEffect>> OverrideIdleEffects { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string PortraitIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string SelfOnlyPortraitIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<SkinMeshDataProperties> SkinMeshProperties { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string SquarePortraitIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public ResourceResolver VfxResourceResolver { get; set; }
Property Value
Implements