Class FloatingInfoBarData
Inheritance
System.Object
FloatingInfoBarData
Implements
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()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public abstract class FloatingInfoBarData : IMetaClass
Properties
| Improve this Doc View SourceAnchor
Declaration
public MetaHash Anchor { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
CameraMask
Declaration
public uint CameraMask { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ResurrectingAlpha
Declaration
public float ResurrectingAlpha { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Scene
Declaration
public MetaHash Scene { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
ScriptedThresholdTypes
Declaration
public Dictionary<MetaHash, MetaHash> ScriptedThresholdTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, MetaHash> |
UntargetableAlpha
Declaration
public float UntargetableAlpha { get; set; }
Property Value
Type | Description |
---|---|
System.Single |