C# 클래스 GameEntities.CutSceneManager

상속: MapGeneralObject
파일 보기 프로젝트 열기: DarrenHassan/GDM4242-GroupD 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FadeIn void
FadeInOut void
FadeOut void
GetCameraCurveInterpolatedTime float
PlayObjectAnimation void
PlaySound void
ResetCamera void
SetCamera void
SetMessage void
TickFade void
TickMessage void

공개 메소드들

메소드 설명
CutSceneManager ( ) : System
GetCamera ( Vec3 &position, Vec3 &forward, Vec3 &up, Degree &fov ) : bool
GetFadeCoefficient ( ) : float
GetMessage ( string &text, ColorValue &color ) : bool

보호된 메소드들

메소드 설명
OnDestroy ( ) : void

Overridden from Engine.EntitySystem.Entity.OnDestroy().

OnPostCreate ( bool loaded ) : void

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).

OnTick ( ) : void

Overridden from Engine.EntitySystem.Entity.OnTick().

비공개 메소드들

메소드 설명
FadeIn ( float time ) : void
FadeInOut ( float timeIn, float timeOut ) : void
FadeOut ( float time ) : void
GetCameraCurveInterpolatedTime ( ) : float
PlayObjectAnimation ( MapObject obj, string animationName ) : void
PlaySound ( string name ) : void
ResetCamera ( ) : void
SetCamera ( MapObject cameraOrCameraCurve ) : void
SetMessage ( string text, float time, ColorValue color ) : void
TickFade ( ) : void
TickMessage ( ) : void

메소드 상세

CutSceneManager() 공개 메소드

public CutSceneManager ( ) : System
리턴 System

GetCamera() 공개 메소드

public GetCamera ( Vec3 &position, Vec3 &forward, Vec3 &up, Degree &fov ) : bool
position Vec3
forward Vec3
up Vec3
fov Degree
리턴 bool

GetFadeCoefficient() 공개 메소드

public GetFadeCoefficient ( ) : float
리턴 float

GetMessage() 공개 메소드

public GetMessage ( string &text, ColorValue &color ) : bool
text string
color ColorValue
리턴 bool

OnDestroy() 보호된 메소드

Overridden from Engine.EntitySystem.Entity.OnDestroy().
protected OnDestroy ( ) : void
리턴 void

OnPostCreate() 보호된 메소드

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
protected OnPostCreate ( bool loaded ) : void
loaded bool
리턴 void

OnTick() 보호된 메소드

Overridden from Engine.EntitySystem.Entity.OnTick().
protected OnTick ( ) : void
리턴 void