SVoiceZone
Index
Functions Index
Properties Index
Functions
SetOverrideVoice
void SetOverrideVoice (bool enabled)
Set voice to override the original voice.
ClearOverrideVoice
void ClearOverrideVoice ()
Clear the overriding voice.
SetOverrideVideo
void SetOverrideVideo (bool enabled)
Function Description
ClearOverrideVideo
void ClearOverrideVideo ()
Function Description
AddAuthVoiceUser
void AddAuthVoiceUser (uint userID)
Add a user to AuthVoiceUser by his ID.
RemoveAuthVoiceUser
void RemoveAuthVoiceUser (uint userID)
Remove a user from AuthVoiceUser by his ID.
AddAuthVideoUser
void AddAuthVideoUser (uint userID)
Function Description
RemoveAuthVideoUser
void RemoveAuthVideoUser (uint userID)
Remove a user from AuthVoiceUser by his ID.
Properties
Enabled
bool Enabled get
set
Whether the Voice Zone component is Enabled
AllowVoice
bool AllowVoice get
set
Whether allows voice.
AllowVideo
bool AllowVideo get
set
Whether allows video.
ConnectVoiceService
bool ConnectVoiceService get
set
Property Description
ConnectVideoService
bool ConnectVideoService get
set
Property Description
Priority
int Priority get
The priority of the voice zone
AreaName
string AreaName get
The name of area.
Spatialized
bool Spatialized get
Whether the voice zone is spatialized.
SpatialDropoff
bool SpatialDropoff get
Whether the voice zone is spatialized drop off.
SpatialStereo
bool SpatialStereo get
Whether the voice zone is spatial stereo.
SpatialDistance
float SpatialDistance get
The spatial distance of the voice zone.
Global
bool Global get
Whether the voice zone is global.
AuthVideoUsers
uint[] AuthVideoUsers get
Return an array of auth video user.
AuthVoiceUsers
uint[] AuthVoiceUsers get
Property Description
GameObject
SGameObject GameObject get
Property Description
Last updated