C# 클래스 CutsceneTrack, silverscreen

상속: MonoBehaviour
파일 보기 프로젝트 열기: mminer/silverscreen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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