C# Class HaloMap.Render.SpawnInfo.CameraSpawn

The camera spawn.
Inheritance: RotateYawPitchRollBaseSpawn
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
fov float

Public Methods

Method Description
CameraSpawn ( ) : System

Initializes a new instance of the CameraSpawn class.

Read ( Map map ) : void

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

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

CameraSpawn scnr offst = 488

CameraSpawn chunk size = 64

Write ( Map map ) : void

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

CameraSpawn scnr offst = 488

CameraSpawn chunk size = 64

Method Details

CameraSpawn() public method

Initializes a new instance of the CameraSpawn class.
public CameraSpawn ( ) : System
return System

Read() public method

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

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

CameraSpawn scnr offst = 488

CameraSpawn chunk size = 64

public Read ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
return void

Write() public method

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

CameraSpawn scnr offst = 488

CameraSpawn chunk size = 64

public Write ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
return void

Property Details

fov public_oe property

The fov.
public float fov
return float