Table of Contents

Class LocalizedVideoData

Namespace
KSP.Video
Assembly
Assembly-CSharp.dll
public class LocalizedVideoData : ScriptableObject
Inheritance
LocalizedVideoData
Extension Methods

Constructors

LocalizedVideoData()

public LocalizedVideoData()

Properties

Description

public string Description { get; }

Property Value

string

LocalizationData

public List<LocalizedVideoData.LanguageData> LocalizationData { get; }

Property Value

List<LocalizedVideoData.LanguageData>

MusicAudioEvent

public Event MusicAudioEvent { get; }

Property Value

Event

Preview

public Sprite Preview { get; }

Property Value

Sprite

SFXAudioEvent

public Event SFXAudioEvent { get; }

Property Value

Event

Title

public string Title { get; }

Property Value

string

VideoClip

public VideoClip VideoClip { get; }

Property Value

VideoClip

Methods

GetSubtitleForLanguage(string)

public TextAsset GetSubtitleForLanguage(string Language)

Parameters

Language string

Returns

TextAsset

GetVoiceOverForLanguage(string)

public Event GetVoiceOverForLanguage(string Language)

Parameters

Language string

Returns

Event