C# Class PolygonEditor.EditorData

Mostra file Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
EditorProperties EditorProperties

Public Methods

Method Description
DeleteForNew ( ) : void
Initialize ( ShapeCollection shapeCollectionEditing ) : void
LoadPolygonList ( string fileName ) : void
LoadScene ( string fileName ) : void
SaveScene ( string fileName ) : void
UnloadScene ( ) : void
Update ( ) : void

Private Methods

Method Description
PerformMouseCameraControl ( ) : void
UpdateUI ( ) : void

Method Details

DeleteForNew() public static method

public static DeleteForNew ( ) : void
return void

Initialize() public static method

public static Initialize ( ShapeCollection shapeCollectionEditing ) : void
shapeCollectionEditing ShapeCollection
return void

LoadPolygonList() public static method

public static LoadPolygonList ( string fileName ) : void
fileName string
return void

LoadScene() public static method

public static LoadScene ( string fileName ) : void
fileName string
return void

SaveScene() public static method

public static SaveScene ( string fileName ) : void
fileName string
return void

UnloadScene() public static method

public static UnloadScene ( ) : void
return void

Update() public static method

public static Update ( ) : void
return void

Property Details

EditorProperties public_oe static_oe property

public static EditorProperties,PolygonEditor EditorProperties
return EditorProperties