Class TftDamageSkin
Inheritance
System.Object
TftDamageSkin
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 TftDamageSkin : BaseLoadoutData, ICatalogEntryOwner, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> AudioBankPaths { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public TftDamageSkinCeremony Ceremony { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float CeremonyDurationInSeconds { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public string DamageBuffName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool Disabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public TftDamageFxContainer FxDataContainer { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint Level { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaHash m2385134423 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public uint Rarity { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftRotationalShopItemData> RotationalShopItemData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint SkinId { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public string StandaloneLoadoutsIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string StandaloneLoadoutsLargeIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash TrovesHighlightVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VfxResourceResolver { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<TftDamageSkinDescriptor>> VisualEffectDescriptors { get; set; }
Property Value
Implements