C# 클래스 Dodgeball.Engine.Camera

상속: GameObject
파일 보기 프로젝트 열기: schonstal/BLOODBALL

공개 프로퍼티들

프로퍼티 타입 설명
offset Vector2

공개 메소드들

메소드 설명
Camera ( ) : System
Initialize ( SpriteBatch spriteBatch ) : void
Render ( BlendState blendState, Action draw ) : void

메소드 상세

Camera() 공개 메소드

public Camera ( ) : System
리턴 System

Initialize() 공개 메소드

public Initialize ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

Render() 공개 메소드

public Render ( BlendState blendState, Action draw ) : void
blendState Microsoft.Xna.Framework.Graphics.BlendState
draw Action
리턴 void

프로퍼티 상세

offset 공개적으로 프로퍼티

public Vector2 offset
리턴 Vector2