C# 클래스 LSLib.LS.LSF.AttributeInfo

파일 보기 프로젝트 열기: Norbyte/lslib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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