Class BinTreeDataOverride
Inheritance
System.Object
BinTreeDataOverride
Assembly: LeagueToolkit.dll
public sealed class BinTreeDataOverride : object
Constructors
|
Improve this Doc
View Source
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
Declaration
public uint ObjectPathHash { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public BinTreeProperty Property { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string PropertyPath { get; }
Property Value
Type |
Description |
System.String |
|