C# 클래스 WaveEngine.Components.Cameras.FixedCamera2D

상속: BaseDecorator
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

공개 메소드들

메소드 설명
FixedCamera2D ( string name ) : System

Initializes a new instance of the FixedCamera2D class.

FixedCamera2D ( string name, System.Vector2 position ) : System

Initializes a new instance of the FixedCamera2D class.

비공개 메소드들

메소드 설명
InitEntity ( string name ) : void

Initialize entity

메소드 상세

FixedCamera2D() 공개 메소드

Initializes a new instance of the FixedCamera2D class.
public FixedCamera2D ( string name ) : System
name string The name.
리턴 System

FixedCamera2D() 공개 메소드

Initializes a new instance of the FixedCamera2D class.
public FixedCamera2D ( string name, System.Vector2 position ) : System
name string The name.
position System.Vector2 The camera position
리턴 System