C# Class Californium.Camera

Afficher le fichier Open project: DatZach/HumanityAgainstCards Class Usage Examples

Méthodes publiques

Свойство Type Description
IsSmooth bool
Position Vector2f

Méthodes publiques

Méthode Description
Apply ( RenderTarget rt ) : void
Camera ( View view ) : System
Update ( ) : void
Zoom ( float factor ) : void

Method Details

Apply() public méthode

public Apply ( RenderTarget rt ) : void
rt RenderTarget
Résultat void

Camera() public méthode

public Camera ( View view ) : System
view SFML.Graphics.View
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Zoom() public méthode

public Zoom ( float factor ) : void
factor float
Résultat void

Property Details

IsSmooth public_oe property

public bool IsSmooth
Résultat bool

Position public_oe property

public Vector2f Position
Résultat Vector2f