Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Editor
Source_Files
Instances
ArchiveCreatorInstance
C# 클래스 Editor.Source_Files.Instances.ArchiveCreatorInstance
상속:
NativeInstance
파일 보기
프로젝트 열기: LauriM/PropellerEngine
1 사용 예제들
공개 메소드들
메소드
설명
ArchiveCreatorInstance
( ) :
System
addFile
(
String
file
) :
void
addFolder
(
String
folder
) :
void
build
(
String
file
) :
void
비공개 메소드들
메소드
설명
clear
( ) :
void
메소드 상세
ArchiveCreatorInstance()
공개
메소드
public
ArchiveCreatorInstance
( ) :
System
리턴
System
addFile()
공개
메소드
public
addFile
(
String
file
) :
void
file
String
리턴
void
addFolder()
공개
메소드
public
addFolder
(
String
folder
) :
void
folder
String
리턴
void
build()
공개
메소드
public
build
(
String
file
) :
void
file
String
리턴
void