C# Класс LSLib.LS.LSF.AttributeInfo

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DataOffset uint
Length uint
NameIndex int
NameOffset int
NextAttributeIndex int
TypeId uint

Описание свойств

DataOffset публичное свойство

Absolute position of attribute data in the values section
public uint DataOffset
Результат uint

Length публичное свойство

Length of this attribute
public uint Length
Результат uint

NameIndex публичное свойство

Index into name hash table
public int NameIndex
Результат int

NameOffset публичное свойство

Offset in hash chain
public int NameOffset
Результат int

NextAttributeIndex публичное свойство

Index of the next attribute in this node (-1: this is the last attribute)
public int NextAttributeIndex
Результат int

TypeId публичное свойство

Type of this attribute (see NodeAttribute.DataType)
public uint TypeId
Результат uint