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

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

공개 프로퍼티들

프로퍼티 타입 설명
FirstAttributeIndex System.Int32
NameHashTableIndex System.UInt32
NextSiblingIndex System.Int32
ParentIndex System.Int32

프로퍼티 상세

FirstAttributeIndex 공개적으로 프로퍼티

Index of the first attribute of this node (-1: node has no attributes)
public Int32,System FirstAttributeIndex
리턴 System.Int32

NameHashTableIndex 공개적으로 프로퍼티

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

NextSiblingIndex 공개적으로 프로퍼티

Index of the next sibling of this node (-1: this is the last node)
public Int32,System NextSiblingIndex
리턴 System.Int32

ParentIndex 공개적으로 프로퍼티

Index of the parent node (-1: this node is a root region)
public Int32,System ParentIndex
리턴 System.Int32