C# 클래스 LogicSpawn.GTARPG.Core.CutsceneHandler

상속: UpdateScript
파일 보기 프로젝트 열기: logicspawn/GTARPG

공개 프로퍼티들

프로퍼티 타입 설명
CurrentCutscene Cutscene
NeededPeds List
NeededVehicles List

공개 메소드들

메소드 설명
CutsceneHandler ( ) : System.Collections.Generic
RunCutscene ( string cutsceneID ) : bool
Update ( ) : void

비공개 메소드들

메소드 설명
EndCutscene ( ) : void
PauseUnneededEntities ( ) : void
PrepareForCutscene ( ) : void
StartCutscene ( Cutscene cutscene ) : void

메소드 상세

CutsceneHandler() 공개 메소드

public CutsceneHandler ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RunCutscene() 공개 메소드

public RunCutscene ( string cutsceneID ) : bool
cutsceneID string
리턴 bool

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

CurrentCutscene 공개적으로 프로퍼티

public Cutscene CurrentCutscene
리턴 Cutscene

NeededPeds 공개적으로 프로퍼티

public List NeededPeds
리턴 List

NeededVehicles 공개적으로 프로퍼티

public List NeededVehicles
리턴 List