C# Class AIEditor.EditorData

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
EditorProperties EditorProperties

Méthodes publiques

Méthode Description
CloseCurrentScene ( ) : void
CreateNew ( ) : void
Initialize ( ) : void
LoadNodeNetwork ( string fileName, bool copyYToZ, bool flipY, bool makeYZero ) : void
LoadPolygonList ( string fileName ) : void
LoadScene ( string fileName ) : void
LoadShapeCollection ( string fileName ) : void
Update ( ) : void

Private Methods

Méthode Description
PerformKeyboardShortcuts ( ) : void
RemoveNodeNetwork ( ) : void

Method Details

CloseCurrentScene() public static méthode

public static CloseCurrentScene ( ) : void
Résultat void

CreateNew() public static méthode

public static CreateNew ( ) : void
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

LoadNodeNetwork() public static méthode

public static LoadNodeNetwork ( string fileName, bool copyYToZ, bool flipY, bool makeYZero ) : void
fileName string
copyYToZ bool
flipY bool
makeYZero bool
Résultat void

LoadPolygonList() public static méthode

public static LoadPolygonList ( string fileName ) : void
fileName string
Résultat void

LoadScene() public static méthode

public static LoadScene ( string fileName ) : void
fileName string
Résultat void

LoadShapeCollection() public static méthode

public static LoadShapeCollection ( string fileName ) : void
fileName string
Résultat void

Update() public static méthode

public static Update ( ) : void
Résultat void

Property Details

EditorProperties public_oe static_oe property

public static EditorProperties,AIEditor EditorProperties
Résultat EditorProperties