Class UiElementEffectGlowData
Inheritance
System.Object
UiElementEffectGlowData
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 UiElementEffectGlowData : UiElementEffectData, IMetaClass
Properties
| Improve this Doc View SourceBaseScale
Declaration
public float BaseScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
CycleBasedScaleAddition
Declaration
public float CycleBasedScaleAddition { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
CycleTime
Declaration
public float CycleTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FlipX
Declaration
public bool FlipX { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FlipY
Declaration
public bool FlipY { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MinimumAlpha
Declaration
public float MinimumAlpha { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
PerPixelUvsX
Declaration
public bool PerPixelUvsX { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TextureData
Declaration
public IUiEffectTextureDataProvider TextureData { get; set; }
Property Value
Type | Description |
---|---|
IUiEffectTextureDataProvider |