Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
GOBFile
C# Class GOBFile, DarkForcesUnity
Inheritance:
System.IDisposable
Show file
Open project: joeriedel/DarkForcesUnity
Class Usage Examples
Public Methods
Method
Description
Dispose
( ) :
void
Find
(
string
name
) :
File
Open
(
string
path
) :
GOBFile,
Private Methods
Method
Description
GOBFile
( ) :
System.Collections.Generic
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Find()
public
method
public
Find
(
string
name
) :
File
name
string
return
File
Open()
public
static
method
public
static
Open
(
string
path
) :
GOBFile,
path
string
return
GOBFile,