C# Class TuxedoBerries.ScenePanel.SceneFileEntity

Scene file entity.
Inheritance: ISceneFileEntity
Mostrar archivo Open project: TuxedoBerries/ScenePanel

Public Methods

Method 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 method

public static GetCurrent ( ) : SceneFileEntity
return SceneFileEntity

SceneFileEntity() public method

public SceneFileEntity ( ) : System.Text
return System.Text

SceneFileEntity() public method

public SceneFileEntity ( string name ) : System.Text
name string
return System.Text

SceneFileEntity() public method

public SceneFileEntity ( string name, string fullPath ) : System.Text
name string
fullPath string
return System.Text

ToString() public method

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