Class MouseOverEffectData
Inheritance
System.Object
MouseOverEffectData
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 MouseOverEffectData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public Color AllyColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint AvatarBlurPassCount { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public Color AvatarColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float AvatarColorFactor { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public int AvatarSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public Color EnemyColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<int> InteractionSizes { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<float> InteractionTimes { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint KillerBlurPassCount { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public float KillerColorFactor { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public int KillerSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public uint MouseOverBlurPassCount { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public float MouseOverColorFactor { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public int MouseOverSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public Color NeutralColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint SelectedBlurPassCount { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public float SelectedColorFactor { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public int SelectedSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public Color SelfColor { get; set; }
Property Value
Implements