Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
RemoveSlotScript
C# Class RemoveSlotScript, SurvivalGame
Inheritance:
MonoBehaviour
,
IDropHandler
Exibir arquivo
Open project: sea1and/SurvivalGame
Public Properties
Property
Type
Description
Loot
GameObject
inventory
Inventory,
Public Methods
Method
Description
OnDrop
(
PointerEventData
data
) :
void
Start
( ) :
void
Method Details
OnDrop()
public
method
public
OnDrop
(
PointerEventData
data
) :
void
data
UnityEngine.EventSystems.PointerEventData
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
Loot
public_oe property
public
GameObject
Loot
return
GameObject
inventory
public_oe property
public
Inventory,
inventory
return
Inventory,