Class FloatTextDisplayOverrides
Inheritance
System.Object
FloatTextDisplayOverrides
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
Syntax
public class FloatTextDisplayOverrides : IMetaClass
Properties
|
Improve this Doc
View Source
AlternateRightLeft
Declaration
public MetaOptional<bool> AlternateRightLeft { get; set; }
Property Value
|
Improve this Doc
View Source
ColorOffsetB
Declaration
public MetaOptional<int> ColorOffsetB { get; set; }
Property Value
|
Improve this Doc
View Source
ColorOffsetG
Declaration
public MetaOptional<int> ColorOffsetG { get; set; }
Property Value
|
Improve this Doc
View Source
ColorOffsetR
Declaration
public MetaOptional<int> ColorOffsetR { get; set; }
Property Value
|
Improve this Doc
View Source
CombinableCounterCategory
Declaration
public MetaOptional<int> CombinableCounterCategory { get; set; }
Property Value
|
Improve this Doc
View Source
CombinableCounterDisplay
Declaration
public MetaOptional<bool> CombinableCounterDisplay { get; set; }
Property Value
|
Improve this Doc
View Source
CombinableTextShowCrit
Declaration
public MetaOptional<bool> CombinableTextShowCrit { get; set; }
Property Value
|
Improve this Doc
View Source
ContinualForceX
Declaration
public MetaOptional<float> ContinualForceX { get; set; }
Property Value
|
Improve this Doc
View Source
ContinualForceY
Declaration
public MetaOptional<float> ContinualForceY { get; set; }
Property Value
|
Improve this Doc
View Source
Decay
Declaration
public MetaOptional<float> Decay { get; set; }
Property Value
|
Improve this Doc
View Source
DecayDelay
Declaration
public MetaOptional<float> DecayDelay { get; set; }
Property Value
|
Improve this Doc
View Source
DisableHorizontalReverse
Declaration
public MetaOptional<bool> DisableHorizontalReverse { get; set; }
Property Value
|
Improve this Doc
View Source
DisableVerticalReverse
Declaration
public MetaOptional<bool> DisableVerticalReverse { get; set; }
Property Value
|
Improve this Doc
View Source
ExtendTimeOnNewDamage
Declaration
public MetaOptional<float> ExtendTimeOnNewDamage { get; set; }
Property Value
|
Improve this Doc
View Source
FollowSource
Declaration
public MetaOptional<bool> FollowSource { get; set; }
Property Value
|
Improve this Doc
View Source
GrowthXScalar
Declaration
public MetaOptional<float> GrowthXScalar { get; set; }
Property Value
|
Improve this Doc
View Source
GrowthYScalar
Declaration
public MetaOptional<float> GrowthYScalar { get; set; }
Property Value
|
Improve this Doc
View Source
HangTime
Declaration
public MetaOptional<float> HangTime { get; set; }
Property Value
|
Improve this Doc
View Source
IgnoreCombineRules
Declaration
public MetaOptional<bool> IgnoreCombineRules { get; set; }
Property Value
|
Improve this Doc
View Source
IgnoreQueue
Declaration
public MetaOptional<bool> IgnoreQueue { get; set; }
Property Value
|
Improve this Doc
View Source
IsAnimated
Declaration
public MetaOptional<bool> IsAnimated { get; set; }
Property Value
|
Improve this Doc
View Source
MaxInstances
Declaration
public MetaOptional<int> MaxInstances { get; set; }
Property Value
|
Improve this Doc
View Source
MaxLifeTime
Declaration
public MetaOptional<float> MaxLifeTime { get; set; }
Property Value
|
Improve this Doc
View Source
MaxXVelocity
Declaration
public MetaOptional<float> MaxXVelocity { get; set; }
Property Value
|
Improve this Doc
View Source
MaxYVelocity
Declaration
public MetaOptional<float> MaxYVelocity { get; set; }
Property Value
|
Improve this Doc
View Source
MinXVelocity
Declaration
public MetaOptional<float> MinXVelocity { get; set; }
Property Value
|
Improve this Doc
View Source
MinYVelocity
Declaration
public MetaOptional<float> MinYVelocity { get; set; }
Property Value
|
Improve this Doc
View Source
MomentumFromHit
Declaration
public MetaOptional<bool> MomentumFromHit { get; set; }
Property Value
|
Improve this Doc
View Source
OverwritePreviousNumber
Declaration
public MetaOptional<bool> OverwritePreviousNumber { get; set; }
Property Value
|
Improve this Doc
View Source
Priority
Declaration
public MetaOptional<int> Priority { get; set; }
Property Value
|
Improve this Doc
View Source
RandomOffsetMaxX
Declaration
public MetaOptional<float> RandomOffsetMaxX { get; set; }
Property Value
|
Improve this Doc
View Source
RandomOffsetMaxY
Declaration
public MetaOptional<float> RandomOffsetMaxY { get; set; }
Property Value
|
Improve this Doc
View Source
RandomOffsetMinX
Declaration
public MetaOptional<float> RandomOffsetMinX { get; set; }
Property Value
|
Improve this Doc
View Source
RandomOffsetMinY
Declaration
public MetaOptional<float> RandomOffsetMinY { get; set; }
Property Value
|
Improve this Doc
View Source
RelativeOffsetMax
Declaration
public MetaOptional<float> RelativeOffsetMax { get; set; }
Property Value
|
Improve this Doc
View Source
RelativeOffsetMin
Declaration
public MetaOptional<float> RelativeOffsetMin { get; set; }
Property Value
|
Improve this Doc
View Source
Scale
Declaration
public MetaOptional<float> Scale { get; set; }
Property Value
|
Improve this Doc
View Source
ShrinkScale
Declaration
public MetaOptional<float> ShrinkScale { get; set; }
Property Value
|
Improve this Doc
View Source
ShrinkTime
Declaration
public MetaOptional<float> ShrinkTime { get; set; }
Property Value
|
Improve this Doc
View Source
StartOffsetX
Declaration
public MetaOptional<float> StartOffsetX { get; set; }
Property Value
|
Improve this Doc
View Source
StartOffsetY
Declaration
public MetaOptional<float> StartOffsetY { get; set; }
Property Value
Implements