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

Search Results for

    Class RegionBoundary

    Inheritance
    System.Object
    MapPlaceableBase
    MapPlaceable
    RegionBoundary
    Implements
    IMetaClass
    Inherited Members
    MapPlaceable.Name
    MapPlaceable.VisibilityFlags
    MapPlaceableBase.Transform
    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 RegionBoundary : MapPlaceable, IMetaClass

    Properties

    | Improve this Doc View Source

    ConfigOverride

    Declaration
    public RegionBoundaryConfig ConfigOverride { get; set; }
    Property Value
    Type Description
    RegionBoundaryConfig
    | Improve this Doc View Source

    DrawHeight

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

    FillColor

    Declaration
    public Color FillColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    GroupIndex

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

    InstanceParams

    Declaration
    public Class0x76bc0857 InstanceParams { get; set; }
    Property Value
    Type Description
    Class0x76bc0857
    | Improve this Doc View Source

    LineColor

    Declaration
    public Color LineColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    m178154389

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

    Margin

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

    NavGridOverlay

    Declaration
    public MetaHash NavGridOverlay { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    NavigationGroup

    Declaration
    public MetaObjectLink NavigationGroup { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    Priority

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

    RegionTag

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

    RenderInfo

    Declaration
    public MetaObjectLink RenderInfo { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    Vertices

    Declaration
    public MetaUnorderedContainer<Vector3> Vertices { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<System.Numerics.Vector3>

    Implements

    IMetaClass