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

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

공개 프로퍼티들

프로퍼티 타입 설명
NameHashTableIndex System.UInt32
NextAttributeIndex System.Int32
Offset System.UInt32
TypeAndLength System.UInt32

프로퍼티 상세

NameHashTableIndex 공개적으로 프로퍼티

Name of this attribute (16-bit MSB: index into name hash table, 16-bit LSB: offset in hash chain)
public UInt32,System NameHashTableIndex
리턴 System.UInt32

NextAttributeIndex 공개적으로 프로퍼티

Index of the node that this attribute belongs to Note: These indexes are assigned seemingly arbitrarily, and are not neccessarily indices into the node list
public Int32,System NextAttributeIndex
리턴 System.Int32

Offset 공개적으로 프로퍼티

Absolute position of attribute value in the value stream
public UInt32,System Offset
리턴 System.UInt32

TypeAndLength 공개적으로 프로퍼티

6-bit LSB: Type of this attribute (see NodeAttribute.DataType) 26-bit MSB: Length of this attribute
public UInt32,System TypeAndLength
리턴 System.UInt32