C# Класс HaloMap.Render.SpawnInfo.BaseSpawn

The base spawn.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
TagPath string
TagType string
Type SpawnType
X float
Y float
Z float
bbXDiff float
bbYDiff float
bbZDiff float
frozen bool
offset int

Открытые методы

Метод Описание
Read ( Map map ) : void

Spawns must declare a function for reading their data from the map. It is expected that the given map.BR.BaseStream.Position is set already.

Write ( Map map ) : void

Spawns must declare a function for writing their data to the map. It is expected that this.offset has already been set.

Описание методов

Read() публичный абстрактный Метод

Spawns must declare a function for reading their data from the map. It is expected that the given map.BR.BaseStream.Position is set already.
public abstract Read ( Map map ) : void
map HaloMap.Map.Map
Результат void

Write() публичный абстрактный Метод

Spawns must declare a function for writing their data to the map. It is expected that this.offset has already been set.
public abstract Write ( Map map ) : void
map HaloMap.Map.Map
Результат void

Описание свойств

TagPath публичное свойство

The tag path.
public string TagPath
Результат string

TagType публичное свойство

The tag type.
public string TagType
Результат string

Type публичное свойство

The type.
public SpawnType Type
Результат SpawnType

X публичное свойство

The x.
public float X
Результат float

Y публичное свойство

The y.
public float Y
Результат float

Z публичное свойство

The z.
public float Z
Результат float

bbXDiff публичное свойство

Bounding Box x difference
public float bbXDiff
Результат float

bbYDiff публичное свойство

Bounding Box y difference
public float bbYDiff
Результат float

bbZDiff публичное свойство

Bounding Box z difference
public float bbZDiff
Результат float

frozen публичное свойство

Indicates if object is frozen.
public bool frozen
Результат bool

offset публичное свойство

The offset.
public int offset
Результат int