OLD_STEP_LIST_EDITOR
Documentation for the Unity C# Library
Loading...
Searching...
No Matches
VoiceOverInfo.cs
Go to the documentation of this file.
1
using
JetBrains.Annotations;
2
using
UnityEngine;
3
4
namespace
PixoVR.Audio
5
{
6
[System.Serializable]
7
public
class
VoiceOverInfo
8
{
9
public
string
id
;
10
public
AudioClip
voiceOver
;
11
public
string
voiceOverText
;
12
public
bool
isGuided
=
true
;
13
public
bool
UseSpatialSoundSettings
;
14
[CanBeNull]
public
SpatialSoundSettings
spatialSoundSettings
;
15
}
16
}
PixoVR.Audio.SpatialSoundSettings
[Serializable]
Definition
SpatialSoundSettings.cs:12
PixoVR.Audio.VoiceOverInfo
[System.Serializable]
Definition
VoiceOverInfo.cs:11
PixoVR.Audio.VoiceOverInfo.UseSpatialSoundSettings
bool UseSpatialSoundSettings
Definition
VoiceOverInfo.cs:16
PixoVR.Audio.VoiceOverInfo.spatialSoundSettings
SpatialSoundSettings spatialSoundSettings
Definition
VoiceOverInfo.cs:17
PixoVR.Audio.VoiceOverInfo.id
string id
Definition
VoiceOverInfo.cs:12
PixoVR.Audio.VoiceOverInfo.voiceOver
AudioClip voiceOver
Definition
VoiceOverInfo.cs:13
PixoVR.Audio.VoiceOverInfo.voiceOverText
string voiceOverText
Definition
VoiceOverInfo.cs:14
PixoVR.Audio.VoiceOverInfo.isGuided
bool isGuided
Definition
VoiceOverInfo.cs:15
PixoVR.Audio
Definition
AudioService.cs:7
com.pixovr.audiounitysdk
Runtime
Sdk
Scripts
VoiceOverInfo.cs
Generated
Wed Oct 9 2024 19:24:02
by Doxygen version
1.10.0