Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ItemCombined
C# Class ItemCombined, Immersion
Item component for items that are made up of multiple parts, which are items themselves.
Inheritance:
Item
Mostrar archivo
Open project: copygirl/Immersion
Public Methods
Method
Description
AddPart
(
Item
part
) :
void
Adds a part to this item.
RemovePart
(
Item
part
) :
void
Removes a part from this item.
Private Methods
Method
Description
Start
( ) :
void
Method Details
AddPart()
public
method
Adds a part to this item.
public
AddPart
(
Item
part
) :
void
part
Item
return
void
RemovePart()
public
method
Removes a part from this item.
public
RemovePart
(
Item
part
) :
void
part
Item
return
void