C# Class HaloMap.ChunkCloning.ChunkAdder

The chunk adder.
Mostra file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
ChunkClipBoard MetaSplitter.SplitReflexive
OffsetOfShift int
SizeOfShift int
TagIndex int

Public Methods

Method Description
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.

Method Details

Add() public method

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

Add() public method

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

ChunkAdder() public method

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

FixReflexives() public method

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

Property Details

ChunkClipBoard public_oe property

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

OffsetOfShift public_oe property

The offset of shift.
public int OffsetOfShift
return int

SizeOfShift public_oe property

The size of shift.
public int SizeOfShift
return int

TagIndex public_oe property

The tag number.
public int TagIndex
return int