Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Editor
Source_Files
Instances
ArchiveCreatorInstance
C# Class Editor.Source_Files.Instances.ArchiveCreatorInstance
Inheritance:
NativeInstance
ファイルを表示
Open project: LauriM/PropellerEngine
Class Usage Examples
Public Methods
Method
Description
ArchiveCreatorInstance
( ) :
System
addFile
(
String
file
) :
void
addFolder
(
String
folder
) :
void
build
(
String
file
) :
void
Private Methods
Method
Description
clear
( ) :
void
Method Details
ArchiveCreatorInstance()
public
method
public
ArchiveCreatorInstance
( ) :
System
return
System
addFile()
public
method
public
addFile
(
String
file
) :
void
file
String
return
void
addFolder()
public
method
public
addFolder
(
String
folder
) :
void
folder
String
return
void
build()
public
method
public
build
(
String
file
) :
void
file
String
return
void