C# Class Dwarrowdelf.Client.CameraMoveService

Inheritance: IGameUpdatable
显示文件 Open project: tomba/dwarrowdelf

Public Methods

Method Description
CameraMoveService ( Camera camera ) : System
Move ( System.Vector3 eye, System.Vector3 target ) : void

Private Methods

Method Description
IGameUpdatable ( ) : void

Method Details

CameraMoveService() public method

public CameraMoveService ( Camera camera ) : System
camera Camera
return System

Move() public method

public Move ( System.Vector3 eye, System.Vector3 target ) : void
eye System.Vector3
target System.Vector3
return void