Class FogOfWarProperties
Inheritance
System.Object
FogOfWarProperties
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 FogOfWarProperties : IMetaClass
Properties
| Improve this Doc View SourceBlurKernelSigma
Declaration
public float BlurKernelSigma { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
EdgeTintPoint
Declaration
public float EdgeTintPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FadeFinish
Declaration
public float FadeFinish { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FadeStart
Declaration
public float FadeStart { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FadeToFoggedValue
Declaration
public float FadeToFoggedValue { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MutatorToTextureMap
Declaration
public Dictionary<string, string> MutatorToTextureMap { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
Upscale
Declaration
public bool Upscale { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UvAnimate
Declaration
public Vector4 UvAnimate { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector4 |