C# Class FlatRedBall.Glue.CodeGeneration.CameraSetupCodeGenerator

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
CallSetupCamera ( string gameFileName, bool whetherToCall ) : void
UpdateOrAddCameraSetup ( ) : void

Private Methods

Méthode Description
AddSetResolutionCode ( ICodeBlock methodContents ) : void
AddUsePixelCoordinatesCode ( ICodeBlock methodContents ) : void
GenerateResetCameraMethod ( ICodeBlock classContents ) : void
GenerateSetupCameraMethod ( ICodeBlock classContents ) : void
GetCameraSetupCsContents ( ) : string

Method Details

CallSetupCamera() public static méthode

public static CallSetupCamera ( string gameFileName, bool whetherToCall ) : void
gameFileName string
whetherToCall bool
Résultat void

UpdateOrAddCameraSetup() public static méthode

public static UpdateOrAddCameraSetup ( ) : void
Résultat void