C# 클래스 HaloMap.Meta.Meta.Item

The item.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
child int
description string
intag int
intagname string
intagtype string
mapOffset int
offset int
parent int
sibling int
type ItemType

프로퍼티 상세

child 공개적으로 프로퍼티

The child.
public int child
리턴 int

description 공개적으로 프로퍼티

The description.
public string description
리턴 string

intag 공개적으로 프로퍼티

The intag.
public int intag
리턴 int

intagname 공개적으로 프로퍼티

The intagname.
public string intagname
리턴 string

intagtype 공개적으로 프로퍼티

The intagtype.
public string intagtype
리턴 string

mapOffset 공개적으로 프로퍼티

The map offset.
public int mapOffset
리턴 int

offset 공개적으로 프로퍼티

The offset.
public int offset
리턴 int

parent 공개적으로 프로퍼티

The parent.
public int parent
리턴 int

sibling 공개적으로 프로퍼티

The sibling.
public int sibling
리턴 int

type 공개적으로 프로퍼티

The type.
public ItemType type
리턴 ItemType