C# Class hyades.editor.Editor

Afficher le fichier Open project: zfedoran/bubblebound Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SetRestrictedCamera ( ) : void
SetUnrestrictedCamera ( ) : void

Method Details

CreateFromAsset() public méthode

public CreateFromAsset ( object asset ) : Entity
asset object
Résultat Entity

Draw() public méthode

public Draw ( GraphicsDevice device ) : void
device GraphicsDevice
Résultat void

Editor() public méthode

public Editor ( InputDevice input ) : System
input InputDevice
Résultat System

GetInstance() public static méthode

public static GetInstance ( ) : Editor
Résultat Editor

Load() public méthode

public Load ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SetCamera() public méthode

public SetCamera ( bool unrestricted ) : void
unrestricted bool
Résultat void

SetDebugView() public méthode

public SetDebugView ( bool visible ) : void
visible bool
Résultat void

Update() public méthode

public Update ( double elapsed ) : void
elapsed double
Résultat void

Property Details

asset_list public_oe property

public List asset_list
Résultat List

camera public_oe property

public Camera camera
Résultat Camera

curr_asset_index public_oe property

public int curr_asset_index
Résultat int

curr_depth_index public_oe property

public int curr_depth_index
Résultat int

curr_entity public_oe property

public Entity curr_entity
Résultat Entity

cursor public_oe property

public Cursor,hyades.editor cursor
Résultat Cursor

depth_values public_oe property

public float[] depth_values
Résultat float[]

input public_oe property

public InputDevice input
Résultat InputDevice

level public_oe property

public Level,hyades.level level
Résultat hyades.level.Level

player public_oe property

public Entity player
Résultat Entity

use_free_camera public_oe property

public bool use_free_camera
Résultat bool