Class PoiFadeData
Inheritance
System.Object
PoiFadeData
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 class PoiFadeData : IMetaClass
Properties
| Improve this Doc View SourceFadeDownTimeSecs
Declaration
public float FadeDownTimeSecs { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FadeupTimeSecs
Declaration
public float FadeupTimeSecs { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FullVisTimeSecs
Declaration
public float FullVisTimeSecs { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MinAlphaTimeSecs
Declaration
public float MinAlphaTimeSecs { get; set; }
Property Value
Type | Description |
---|---|
System.Single |