C# 클래스 ScreenFadeSprite, RPGQuest

상속: BaseSprite
파일 보기 프로젝트 열기: hughrogers/RPGQuest

공개 프로퍼티들

프로퍼티 타입 설명
screenFader ScreenFader,

공개 메소드들

메소드 설명
LateUpdate ( ) : void
OnDestroy ( ) : void
Start ( ) : void
UpdateGUISize ( bool updateChilds, Vector2 ratio ) : void

메소드 상세

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

UpdateGUISize() 공개 메소드

public UpdateGUISize ( bool updateChilds, Vector2 ratio ) : void
updateChilds bool
ratio Vector2
리턴 void

프로퍼티 상세

screenFader 공개적으로 프로퍼티

public ScreenFader, screenFader
리턴 ScreenFader,