Class SubtitleContainer
Component representing one subtitle source in the world.
[RequireComponent(typeof(AudioSource))]
public class SubtitleContainer : MonoBehaviour
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourSubtitleContainer
Fields
autoPlay
Play automatically on awake?
public bool autoPlay
Field Value
subtitleData
Subtitle Data to play
public SubtitleSequenceData subtitleData
Field Value
Methods
Play()
Plays the attached Subtitle Data
public void Play()
Stop()
Stops the sequence assigned to this Container
public void Stop()