Class AlternateSpellAssets
Inheritance
System.Object
AlternateSpellAssets
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 AlternateSpellAssets : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash AfterEffectKey { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string AfterEffectName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string AnimationLeadOutName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string AnimationLoopName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string AnimationName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string AnimationWinddownName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool HaveHitBone { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool HaveHitEffect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string HitBoneName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash HitEffectKey { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string HitEffectName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public uint HitEffectOrientType { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaHash HitEffectPlayerKey { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string HitEffectPlayerName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool UseAnimatorFramerate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements