Property | Type | Description | |
---|---|---|---|
clips | List |
||
locked | bool | ||
name | string |
Method | 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 |
public ContainsClipAtTime ( float time ) : CutsceneClip, | ||
time | float | The time to check for. |
return | CutsceneClip, |
public ContainsClipAtTime ( float time, CutsceneClip, ignoreClip ) : CutsceneClip, | ||
time | float | The time to check for. |
ignoreClip | CutsceneClip, | |
return | CutsceneClip, |
public static DefaultName ( Cutscene, type ) : string | ||
type | Cutscene, | |
return | string |
public GetTimeOfNextSplit ( float time ) : float | ||
time | float | |
return | float |
public GetTimeOfPreviousSplit ( float time ) : float | ||
time | float | |
return | float |