C# 클래스 MyGame.TargetCamera

This class represent a Target camera that is a basic camera
상속: Camera
파일 보기 프로젝트 열기: mahmoudbahaa/XNA-Game-project 1 사용 예제들

공개 메소드들

메소드 설명
TargetCamera ( MyGame game, Vector3 Position, Vector3 Target ) : System
Update ( ) : void

Allows the component to run logic.

메소드 상세

TargetCamera() 공개 메소드

public TargetCamera ( MyGame game, Vector3 Position, Vector3 Target ) : System
game MyGame
Position Vector3
Target Vector3
리턴 System

Update() 공개 메소드

Allows the component to run logic.
public Update ( ) : void
리턴 void