Class BinTreeMatrix44
Represents a property with a value
Inheritance
System.Object
BinTreeMatrix44
Assembly: LeagueToolkit.dll
public sealed class BinTreeMatrix44 : BinTreeProperty
Constructors
|
Improve this Doc
View Source
Declaration
public BinTreeMatrix44(uint nameHash, Matrix4x4 value)
Parameters
Type |
Name |
Description |
System.UInt32 |
nameHash |
The hashed property name
|
Matrix4x4 |
value |
The value of the property
|
Properties
|
Improve this Doc
View Source
Gets the type of the property
Declaration
public override BinPropertyType Type { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Gets the value of the property
Declaration
public Matrix4x4 Value { get; set; }
Property Value
Type |
Description |
Matrix4x4 |
|
Methods
|
Improve this Doc
View Source
Declaration
public override bool Equals(BinTreeProperty other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WriteContent(BinaryWriter)
Declaration
protected override void WriteContent(BinaryWriter bw)
Parameters
Type |
Name |
Description |
BinaryWriter |
bw |
|
Overrides
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator Matrix4x4(BinTreeMatrix44 property)
Parameters
Returns
Type |
Description |
Matrix4x4 |
|