C# Class HaloMap.Render.SpawnInfo.CameraSpawn

The camera spawn.
Inheritance: RotateYawPitchRollBaseSpawn
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
fov float

Méthodes publiques

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

Initializes a new instance of the CameraSpawn class.
public CameraSpawn ( ) : System
Résultat System

Read() public méthode

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
Résultat void

Write() public méthode

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
Résultat void

Property Details

fov public_oe property

The fov.
public float fov
Résultat float