C# 클래스 TuxedoBerries.ScenePanel.SceneFileEntity

Scene file entity.
상속: ISceneFileEntity
파일 보기 프로젝트 열기: TuxedoBerries/ScenePanel

공개 메소드들

메소드 설명
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.

메소드 상세

GetCurrent() 공개 정적인 메소드

public static GetCurrent ( ) : SceneFileEntity
리턴 SceneFileEntity

SceneFileEntity() 공개 메소드

public SceneFileEntity ( ) : System.Text
리턴 System.Text

SceneFileEntity() 공개 메소드

public SceneFileEntity ( string name ) : System.Text
name string
리턴 System.Text

SceneFileEntity() 공개 메소드

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

ToString() 공개 메소드

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