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

Search Results for

    Class OffScreenPoiConfigData

    Inheritance
    System.Object
    OffScreenPoiConfigData
    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 OffScreenPoiConfigData : IMetaClass

    Properties

    | Improve this Doc View Source

    BezierMaxSize

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

    DownscaleBezier

    Declaration
    public Vector4 DownscaleBezier { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector4
    | Improve this Doc View Source

    DownscaleTime

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

    EdgeBuffer

    Declaration
    public uint EdgeBuffer { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    IntroBezier

    Declaration
    public Vector4 IntroBezier { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector4
    | Improve this Doc View Source

    IntroTime

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

    MaxDisplayedPoi

    Declaration
    public byte MaxDisplayedPoi { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    OffscreenPings

    Declaration
    public MetaContainer<MetaEmbedded<OffScreenPoiPing>> OffscreenPings { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<OffScreenPoiPing>>
    | Improve this Doc View Source

    OutroTime

    Declaration
    public float OutroTime { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass