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
SerializedStringTable
C# Class SerializedStringTable, UnityDecompiled
ファイルを表示
Open project: CarlosHBC/UnityDecompiled
Class Usage Examples
Public Methods
Method
Description
Contains
(
string
key
) :
bool
Get
(
string
key
) :
int
Remove
(
string
key
) :
void
Set
(
string
key
) :
void
Set
(
string
key
,
int
value
) :
void
Private Methods
Method
Description
SanityCheck
( ) :
void
SynchArrays
( ) :
void
Method Details
Contains()
public
method
public
Contains
(
string
key
) :
bool
key
string
return
bool
Get()
public
method
public
Get
(
string
key
) :
int
key
string
return
int
Remove()
public
method
public
Remove
(
string
key
) :
void
key
string
return
void
Set()
public
method
public
Set
(
string
key
) :
void
key
string
return
void
Set()
public
method
public
Set
(
string
key
,
int
value
) :
void
key
string
value
int
return
void