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

Search Results for

    Class BinTreeVector4

    Represents a property with a value

    Inheritance
    System.Object
    BinTreeProperty
    BinTreeVector4
    Inherited Members
    BinTreeProperty.HEADER_SIZE
    BinTreeProperty.NameHash
    BinTreeProperty.WriteHeader(BinaryWriter)
    BinTreeProperty.Equals(Object)
    BinTreeProperty.GetHashCode()
    BinTreeProperty.GetDebuggerDisplayName()
    Namespace: LeagueToolkit.Core.Meta.Properties
    Assembly: LeagueToolkit.dll
    Syntax
    public sealed class BinTreeVector4 : BinTreeProperty

    Constructors

    | Improve this Doc View Source

    BinTreeVector4(UInt32, Vector4)

    Creates a new BinTreeVector4 object with the specified parameters

    Declaration
    public BinTreeVector4(uint nameHash, Vector4 value)
    Parameters
    Type Name Description
    System.UInt32 nameHash

    The hashed property name

    Vector4 value

    The value of the property

    Properties

    | Improve this Doc View Source

    Type

    Gets the type of the property

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

    Value

    Gets the value of the property

    Declaration
    public Vector4 Value { get; set; }
    Property Value
    Type Description
    Vector4

    Methods

    | Improve this Doc View Source

    Equals(BinTreeProperty)

    Declaration
    public override bool Equals(BinTreeProperty other)
    Parameters
    Type Name Description
    BinTreeProperty other
    Returns
    Type Description
    System.Boolean
    Overrides
    BinTreeProperty.Equals(BinTreeProperty)
    | Improve this Doc View Source

    WriteContent(BinaryWriter)

    Declaration
    protected override void WriteContent(BinaryWriter bw)
    Parameters
    Type Name Description
    BinaryWriter bw
    Overrides
    BinTreeProperty.WriteContent(BinaryWriter)

    Operators

    | Improve this Doc View Source

    Implicit(BinTreeVector4 to Vector4)

    Declaration
    public static implicit operator Vector4(BinTreeVector4 property)
    Parameters
    Type Name Description
    BinTreeVector4 property
    Returns
    Type Description
    Vector4