Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ItemCombined
C# 클래스 ItemCombined, Immersion
Item component for items that are made up of multiple parts, which are items themselves.
상속:
Item
파일 보기
프로젝트 열기: copygirl/Immersion
공개 메소드들
메소드
설명
AddPart
(
Item
part
) :
void
Adds a part to this item.
RemovePart
(
Item
part
) :
void
Removes a part from this item.
비공개 메소드들
메소드
설명
Start
( ) :
void
메소드 상세
AddPart()
공개
메소드
Adds a part to this item.
public
AddPart
(
Item
part
) :
void
part
Item
리턴
void
RemovePart()
공개
메소드
Removes a part from this item.
public
RemovePart
(
Item
part
) :
void
part
Item
리턴
void