Property | Type | Description | |
---|---|---|---|
ConeAngleLower | float | ||
ConeAngleUpper | float | ||
DistanceBoundsLower | float | ||
DistanceBoundsUpper | float | ||
Height | float | ||
OuterConeGain | float | ||
VolumeType | int |
Method | Description | |
---|---|---|
Read ( |
Reads the Sound Spawn meta chunk info from the map MemoryStream. map.BR.BaseStream.Position must be set to start of chunk data. SoundSpawn scnr offst = 216 SoundSpawn chunk size = 80
|
|
SoundSpawn ( ) : System |
Initializes a new instance of the SoundSpawn class.
|
|
Write ( |
Writes the Sound Spawn meta chunk info to the map MemoryStream. SoundSpawn scnr offst = 216 SoundSpawn chunk size = 80
|
public Read ( |
||
map | The HaloMap.Map.Map | |
return | void |
public Write ( |
||
map | The HaloMap.Map.Map | |
return | void |