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

The player spawn.
상속: RotateDirectionBaseSpawn
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 메소드들

메소드 설명
PlayerSpawn ( ) : System

Initializes a new instance of the PlayerSpawn class.

Read ( Map map ) : void

Reads the Player Spawn meta chunk info from the map MemoryStream.

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

PlayerSpawn scnr offst = 256

PlayerSpawn chunk size = 52

Write ( Map map ) : void

Writes the Player Spawn meta chunk info to the map MemoryStream.

PlayerSpawn scnr offst = 256

PlayerSpawn chunk size = 52

메소드 상세

PlayerSpawn() 공개 메소드

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

Read() 공개 메소드

Reads the Player Spawn meta chunk info from the map MemoryStream.

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

PlayerSpawn scnr offst = 256

PlayerSpawn chunk size = 52

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

Write() 공개 메소드

Writes the Player Spawn meta chunk info to the map MemoryStream.

PlayerSpawn scnr offst = 256

PlayerSpawn chunk size = 52

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