C# Class TuxedoBerries.ScenePanel.SceneFileEntity

Scene file entity.
Inheritance: ISceneFileEntity
Afficher le fichier Open project: TuxedoBerries/ScenePanel

Méthodes publiques

Méthode Description
GetCurrent ( ) : SceneFileEntity
SceneFileEntity ( ) : System.Text
SceneFileEntity ( string name ) : System.Text
SceneFileEntity ( string name, string fullPath ) : System.Text
ToString ( ) : string

Returns a System.String that represents the current TuxedoBerries.ScenePanel.SceneFileEntity.

Method Details

GetCurrent() public static méthode

public static GetCurrent ( ) : SceneFileEntity
Résultat SceneFileEntity

SceneFileEntity() public méthode

public SceneFileEntity ( ) : System.Text
Résultat System.Text

SceneFileEntity() public méthode

public SceneFileEntity ( string name ) : System.Text
name string
Résultat System.Text

SceneFileEntity() public méthode

public SceneFileEntity ( string name, string fullPath ) : System.Text
name string
fullPath string
Résultat System.Text

ToString() public méthode

Returns a System.String that represents the current TuxedoBerries.ScenePanel.SceneFileEntity.
public ToString ( ) : string
Résultat string