C# 클래스 FlatRedBall.Glue.CodeGeneration.CameraSetupCodeGenerator

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
CallSetupCamera ( string gameFileName, bool whetherToCall ) : void
UpdateOrAddCameraSetup ( ) : void

비공개 메소드들

메소드 설명
AddSetResolutionCode ( ICodeBlock methodContents ) : void
AddUsePixelCoordinatesCode ( ICodeBlock methodContents ) : void
GenerateResetCameraMethod ( ICodeBlock classContents ) : void
GenerateSetupCameraMethod ( ICodeBlock classContents ) : void
GetCameraSetupCsContents ( ) : string

메소드 상세

CallSetupCamera() 공개 정적인 메소드

public static CallSetupCamera ( string gameFileName, bool whetherToCall ) : void
gameFileName string
whetherToCall bool
리턴 void

UpdateOrAddCameraSetup() 공개 정적인 메소드

public static UpdateOrAddCameraSetup ( ) : void
리턴 void