C# Class CutsceneTrack, silverscreen

Inheritance: MonoBehaviour
Afficher le fichier Open project: mminer/silverscreen Class Usage Examples

Méthodes publiques

Свойство Type Description
clips List
locked bool
name string

Méthodes publiques

Méthode Description
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

Method Details

ContainsClipAtTime() public méthode

Checks to see if there's a clip at the given time.
public ContainsClipAtTime ( float time ) : CutsceneClip,
time float The time to check for.
Résultat CutsceneClip,

ContainsClipAtTime() public méthode

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,
Résultat CutsceneClip,

DefaultName() public static méthode

public static DefaultName ( Cutscene, type ) : string
type Cutscene,
Résultat string

GetTimeOfNextSplit() public méthode

public GetTimeOfNextSplit ( float time ) : float
time float
Résultat float

GetTimeOfPreviousSplit() public méthode

public GetTimeOfPreviousSplit ( float time ) : float
time float
Résultat float

Property Details

clips public_oe property

public List clips
Résultat List

locked public_oe property

public bool locked
Résultat bool

name public_oe property

public string name
Résultat string