C# 클래스 hyades.editor.Editor

파일 보기 프로젝트 열기: zfedoran/bubblebound 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
asset_list List
camera Camera
curr_asset_index int
curr_depth_index int
curr_entity Entity
cursor Cursor
depth_values float[]
input InputDevice
level hyades.level.Level
player Entity
use_free_camera bool

공개 메소드들

메소드 설명
CreateFromAsset ( object asset ) : Entity
Draw ( GraphicsDevice device ) : void
Editor ( InputDevice input ) : System
GetInstance ( ) : Editor
Load ( ) : void
Save ( ) : void
SetCamera ( bool unrestricted ) : void
SetDebugView ( bool visible ) : void
Update ( double elapsed ) : void

비공개 메소드들

메소드 설명
SetRestrictedCamera ( ) : void
SetUnrestrictedCamera ( ) : void

메소드 상세

CreateFromAsset() 공개 메소드

public CreateFromAsset ( object asset ) : Entity
asset object
리턴 Entity

Draw() 공개 메소드

public Draw ( GraphicsDevice device ) : void
device GraphicsDevice
리턴 void

Editor() 공개 메소드

public Editor ( InputDevice input ) : System
input InputDevice
리턴 System

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : Editor
리턴 Editor

Load() 공개 메소드

public Load ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetCamera() 공개 메소드

public SetCamera ( bool unrestricted ) : void
unrestricted bool
리턴 void

SetDebugView() 공개 메소드

public SetDebugView ( bool visible ) : void
visible bool
리턴 void

Update() 공개 메소드

public Update ( double elapsed ) : void
elapsed double
리턴 void

프로퍼티 상세

asset_list 공개적으로 프로퍼티

public List asset_list
리턴 List

camera 공개적으로 프로퍼티

public Camera camera
리턴 Camera

curr_asset_index 공개적으로 프로퍼티

public int curr_asset_index
리턴 int

curr_depth_index 공개적으로 프로퍼티

public int curr_depth_index
리턴 int

curr_entity 공개적으로 프로퍼티

public Entity curr_entity
리턴 Entity

cursor 공개적으로 프로퍼티

public Cursor,hyades.editor cursor
리턴 Cursor

depth_values 공개적으로 프로퍼티

public float[] depth_values
리턴 float[]

input 공개적으로 프로퍼티

public InputDevice input
리턴 InputDevice

level 공개적으로 프로퍼티

public Level,hyades.level level
리턴 hyades.level.Level

player 공개적으로 프로퍼티

public Entity player
리턴 Entity

use_free_camera 공개적으로 프로퍼티

public bool use_free_camera
리턴 bool