Table of Contents

Class PlaybackStateData

Namespace
KSP.Video
Assembly
Assembly-CSharp.dll
public class PlaybackStateData
Inheritance
PlaybackStateData
Inherited Members
Extension Methods

Constructors

PlaybackStateData(IPlaybackControllable)

public PlaybackStateData(IPlaybackControllable playbackControllable)

Parameters

playbackControllable IPlaybackControllable

PlaybackStateData(PlaybackState, float, float)

public PlaybackStateData(PlaybackState playbackState, float time, float duration)

Parameters

playbackState PlaybackState
time float
duration float

Properties

PlaybackState

public PlaybackState PlaybackState { get; }

Property Value

PlaybackState

duration

public float duration { get; }

Property Value

float

time

public float time { get; }

Property Value

float