Class FloatingTextTunables
Inheritance
System.Object
FloatingTextTunables
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 FloatingTextTunables : IMetaClass
Properties
|
Improve this Doc
View Source
AnimatedTextQueueDelay
Declaration
public float AnimatedTextQueueDelay { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
CameraMask
Declaration
public uint CameraMask { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ComparisonByLevel
Declaration
public MetaContainer<float> ComparisonByLevel { get; set; }
Property Value
|
Improve this Doc
View Source
ExpirationPriorityThreshold
Declaration
public float ExpirationPriorityThreshold { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ExpirationTimeThreshold
Declaration
public float ExpirationTimeThreshold { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
IntervalInPix
Declaration
public float IntervalInPix { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
LocalPlayerHealthComparison
Declaration
public float LocalPlayerHealthComparison { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
MaxFloatingTextItems
Declaration
public uint MaxFloatingTextItems { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
MaximumDynamicScale
Declaration
public float MaximumDynamicScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
MinimumDynamicScale
Declaration
public float MinimumDynamicScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
MinionComparisonMultiplier
Declaration
public float MinionComparisonMultiplier { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ScrollSpeed
Declaration
public float ScrollSpeed { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
YResolutionBaseline
Declaration
public float YResolutionBaseline { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements