Table of Contents

Class LoopVideoData

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

Constructors

LoopVideoData()

public LoopVideoData()

Properties

Description

public string Description { get; }

Property Value

string

Gif

public Sprite[] Gif { get; }

Property Value

Sprite[]

GifFramesPerSeconds

public float GifFramesPerSeconds { get; }

Property Value

float

LoopVideoType

public LoopVideoType LoopVideoType { get; }

Property Value

LoopVideoType

Preview

public Sprite Preview { get; }

Property Value

Sprite

Title

public string Title { get; }

Property Value

string

VideoClip

public VideoClip VideoClip { get; }

Property Value

VideoClip

VidepPlaybackSpeed

public float VidepPlaybackSpeed { get; }

Property Value

float