Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SadConsoleEditor
FileLoaders
Scene
C# 클래스 SadConsoleEditor.FileLoaders.Scene
상속:
IFileLoader
파일 보기
프로젝트 열기: Thraka/SadConsoleEditor
공개 메소드들
메소드
설명
Load
(
string
file
) :
object
Save
(
object
surface
,
string
file
) :
void
메소드 상세
Load()
공개
메소드
public
Load
(
string
file
) :
object
file
string
리턴
object
Save()
공개
메소드
public
Save
(
object
surface
,
string
file
) :
void
surface
object
file
string
리턴
void