C# 클래스 HaloMap.ChunkCloning.MetaSplitter

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

공개 프로퍼티들

프로퍼티 타입 설명
Header SplitReflexive
TagIndex int
magic int
name string
offset int
raw HaloMap.RawData.RawDataContainer
rawtype RawDataContainerType
type string

공개 메소드들

메소드 설명
SplitWithIFP ( IFPIO &ifp, Meta &meta, Map map ) : void

The split with ifp.

비공개 메소드들

메소드 설명
CycleElements ( SplitReflexive &reflex, object elements, Meta &meta, int offset, Map map, int TagIndex, int magic ) : void

The cycle elements.

GetBaseString ( string name ) : string

The get base string.

메소드 상세

SplitWithIFP() 공개 메소드

The split with ifp.
public SplitWithIFP ( IFPIO &ifp, Meta &meta, Map map ) : void
ifp HaloMap.Plugins.IFPIO The ifp.
meta HaloMap.Meta.Meta The meta.
map HaloMap.Map.Map The map.
리턴 void

프로퍼티 상세

Header 공개적으로 프로퍼티

The header.
public SplitReflexive Header
리턴 SplitReflexive

TagIndex 공개적으로 프로퍼티

The TagIndex.
public int TagIndex
리턴 int

magic 공개적으로 프로퍼티

The magic.
public int magic
리턴 int

name 공개적으로 프로퍼티

The name.
public string name
리턴 string

offset 공개적으로 프로퍼티

The offset.
public int offset
리턴 int

raw 공개적으로 프로퍼티

The raw.
public RawDataContainer,HaloMap.RawData raw
리턴 HaloMap.RawData.RawDataContainer

rawtype 공개적으로 프로퍼티

The rawtype.
public RawDataContainerType rawtype
리턴 RawDataContainerType

type 공개적으로 프로퍼티

The type.
public string type
리턴 string