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

Search Results for

    Class BinTreeDataOverride

    Inheritance
    System.Object
    BinTreeDataOverride
    Namespace: LeagueToolkit.Core.Meta
    Assembly: LeagueToolkit.dll
    Syntax
    public sealed class BinTreeDataOverride : object

    Constructors

    | Improve this Doc View Source

    BinTreeDataOverride(UInt32, String, BinTreeProperty)

    Declaration
    public BinTreeDataOverride(uint objectPathHash, string propertyPath, BinTreeProperty property)
    Parameters
    Type Name Description
    System.UInt32 objectPathHash
    System.String propertyPath
    BinTreeProperty property

    Properties

    | Improve this Doc View Source

    ObjectPathHash

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

    Property

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

    PropertyPath

    Declaration
    public string PropertyPath { get; }
    Property Value
    Type Description
    System.String