C# Class HaloMap.ChunkCloning.ChunkAdder

The chunk adder.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
ChunkClipBoard MetaSplitter.SplitReflexive
OffsetOfShift int
SizeOfShift int
TagIndex int

Méthodes publiques

Méthode 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 méthode

The add.
public Add ( Meta meta ) : void
meta HaloMap.Meta.Meta The meta.
Résultat void

Add() public méthode

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

ChunkAdder() public méthode

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

FixReflexives() public méthode

The fix reflexives.
public FixReflexives ( ArrayList metas ) : void
metas System.Collections.ArrayList The metas.
Résultat void

Property Details

ChunkClipBoard public_oe property

The chunk clip board.
public MetaSplitter.SplitReflexive,HaloMap.ChunkCloning ChunkClipBoard
Résultat MetaSplitter.SplitReflexive

OffsetOfShift public_oe property

The offset of shift.
public int OffsetOfShift
Résultat int

SizeOfShift public_oe property

The size of shift.
public int SizeOfShift
Résultat int

TagIndex public_oe property

The tag number.
public int TagIndex
Résultat int