C# Class Dwarrowdelf.Client.CameraMoveService

Inheritance: IGameUpdatable
Afficher le fichier Open project: tomba/dwarrowdelf

Méthodes publiques

Méthode Description
CameraMoveService ( Camera camera ) : System
Move ( System.Vector3 eye, System.Vector3 target ) : void

Private Methods

Méthode Description
IGameUpdatable ( ) : void

Method Details

CameraMoveService() public méthode

public CameraMoveService ( Camera camera ) : System
camera Camera
Résultat System

Move() public méthode

public Move ( System.Vector3 eye, System.Vector3 target ) : void
eye System.Vector3
target System.Vector3
Résultat void