Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
hds
GameObjectItem
C# Class hds.GameObjectItem
显示文件
Open project: hdneo/mxo-hd
Class Usage Examples
Public Methods
Method
Description
GameObjectItem
( ) :
System
getGOID
( ) :
Int32
getName
( ) :
string
setGOID
(
Int32
GOID
) :
void
setName
(
string
name
) :
void
Method Details
GameObjectItem()
public
method
public
GameObjectItem
( ) :
System
return
System
getGOID()
public
method
public
getGOID
( ) :
Int32
return
System.Int32
getName()
public
method
public
getName
( ) :
string
return
string
setGOID()
public
method
public
setGOID
(
Int32
GOID
) :
void
GOID
System.Int32
return
void
setName()
public
method
public
setName
(
string
name
) :
void
name
string
return
void