C# 클래스 HaloMap.Render.SpawnInfo.ObjectiveSpawn

The Objective / Netgame Flags Spawn.
상속: RotateDirectionBaseSpawn
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
ObjectiveType ObjectiveTypeEnum
Team TeamType
number short

공개 메소드들

메소드 설명
ObjectiveSpawn ( ) : System

Initializes a new instance of the ObjectiveSpawn class.

Read ( Map map ) : void

Reads the Objective meta chunk info from the map MemoryStream.

map.BR.BaseStream.Position must be set to start of chunk data.

Objective scnr offst = 280

Objective chunk size = 32

Write ( Map map ) : void

Writes the Objective meta chunk info to the map MemoryStream.

Objective scnr offst = 280

Objective chunk size = 32

메소드 상세

ObjectiveSpawn() 공개 메소드

Initializes a new instance of the ObjectiveSpawn class.
public ObjectiveSpawn ( ) : System
리턴 System

Read() 공개 메소드

Reads the Objective meta chunk info from the map MemoryStream.

map.BR.BaseStream.Position must be set to start of chunk data.

Objective scnr offst = 280

Objective chunk size = 32

public Read ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
리턴 void

Write() 공개 메소드

Writes the Objective meta chunk info to the map MemoryStream.

Objective scnr offst = 280

Objective chunk size = 32

public Write ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
리턴 void

프로퍼티 상세

ObjectiveType 공개적으로 프로퍼티

The objective type.
public ObjectiveTypeEnum ObjectiveType
리턴 ObjectiveTypeEnum

Team 공개적으로 프로퍼티

The team.
public TeamType Team
리턴 TeamType

number 공개적으로 프로퍼티

The number.
public short number
리턴 short