C# 클래스 HaloMap.ChunkCloning.ChunkAdder

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

공개 프로퍼티들

프로퍼티 타입 설명
ChunkClipBoard MetaSplitter.SplitReflexive
OffsetOfShift int
SizeOfShift int
TagIndex int

공개 메소드들

메소드 설명
Add ( Meta meta ) : void

The add.

Add ( int tagIndex, MetaSplitter metasplit ) : void

The add.

ChunkAdder ( Map map ) : System.Collections

Initializes a new instance of the ChunkAdder class.

FixReflexives ( ArrayList metas ) : void

The fix reflexives.

메소드 상세

Add() 공개 메소드

The add.
public Add ( Meta meta ) : void
meta HaloMap.Meta.Meta The meta.
리턴 void

Add() 공개 메소드

The add.
public Add ( int tagIndex, MetaSplitter metasplit ) : void
tagIndex int Index of the tag.
metasplit MetaSplitter The metasplit.
리턴 void

ChunkAdder() 공개 메소드

Initializes a new instance of the ChunkAdder class.
public ChunkAdder ( Map map ) : System.Collections
map HaloMap.Map.Map The map.
리턴 System.Collections

FixReflexives() 공개 메소드

The fix reflexives.
public FixReflexives ( ArrayList metas ) : void
metas System.Collections.ArrayList The metas.
리턴 void

프로퍼티 상세

ChunkClipBoard 공개적으로 프로퍼티

The chunk clip board.
public MetaSplitter.SplitReflexive,HaloMap.ChunkCloning ChunkClipBoard
리턴 MetaSplitter.SplitReflexive

OffsetOfShift 공개적으로 프로퍼티

The offset of shift.
public int OffsetOfShift
리턴 int

SizeOfShift 공개적으로 프로퍼티

The size of shift.
public int SizeOfShift
리턴 int

TagIndex 공개적으로 프로퍼티

The tag number.
public int TagIndex
리턴 int