C# Класс CutsceneTrack, silverscreen

Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
clips List
locked bool
name string

Открытые методы

Метод Описание
ContainsClipAtTime ( float time ) : CutsceneClip,

Checks to see if there's a clip at the given time.

ContainsClipAtTime ( float time, CutsceneClip, ignoreClip ) : CutsceneClip,

Checks to see if there's a clip at the given time, ignoring the given clip.

DefaultName ( Cutscene, type ) : string
GetTimeOfNextSplit ( float time ) : float
GetTimeOfPreviousSplit ( float time ) : float

Описание методов

ContainsClipAtTime() публичный Метод

Checks to see if there's a clip at the given time.
public ContainsClipAtTime ( float time ) : CutsceneClip,
time float The time to check for.
Результат CutsceneClip,

ContainsClipAtTime() публичный Метод

Checks to see if there's a clip at the given time, ignoring the given clip.
public ContainsClipAtTime ( float time, CutsceneClip, ignoreClip ) : CutsceneClip,
time float The time to check for.
ignoreClip CutsceneClip,
Результат CutsceneClip,

DefaultName() публичный статический Метод

public static DefaultName ( Cutscene, type ) : string
type Cutscene,
Результат string

GetTimeOfNextSplit() публичный Метод

public GetTimeOfNextSplit ( float time ) : float
time float
Результат float

GetTimeOfPreviousSplit() публичный Метод

public GetTimeOfPreviousSplit ( float time ) : float
time float
Результат float

Описание свойств

clips публичное свойство

public List clips
Результат List

locked публичное свойство

public bool locked
Результат bool

name публичное свойство

public string name
Результат string