League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class FogOfWarProperties

    Inheritance
    System.Object
    FogOfWarProperties
    Implements
    IMetaClass
    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 Source

    BlurKernelSigma

    Declaration
    public float BlurKernelSigma { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    EdgeTintPoint

    Declaration
    public float EdgeTintPoint { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    FadeFinish

    Declaration
    public float FadeFinish { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    FadeStart

    Declaration
    public float FadeStart { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    FadeToFoggedValue

    Declaration
    public float FadeToFoggedValue { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    MutatorToTextureMap

    Declaration
    public Dictionary<string, string> MutatorToTextureMap { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>
    | Improve this Doc View Source

    Upscale

    Declaration
    public bool Upscale { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UvAnimate

    Declaration
    public Vector4 UvAnimate { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector4

    Implements

    IMetaClass