Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
AllPacks
C# Class AllPacks, Team4BabelGame
Inheritance:
MonoBehaviour
Mostra file
Open project: veselin-/Team4BabelGame
Public Properties
Property
Type
Description
buyButton
Image
cost
int
costText
Text
pack
GameObject
purchased
Sprite
Public Methods
Method
Description
APack
(
GameObject
pack
) :
void
BuyThisItem
( ) :
void
IsBought
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
APack()
public
method
public
APack
(
GameObject
pack
) :
void
pack
GameObject
return
void
BuyThisItem()
public
method
public
BuyThisItem
( ) :
void
return
void
IsBought()
public
method
public
IsBought
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
buyButton
public_oe property
public
Image
buyButton
return
Image
cost
public_oe property
public
int
cost
return
int
costText
public_oe property
public
Text
costText
return
Text
pack
public_oe property
public
GameObject
pack
return
GameObject
purchased
public_oe property
public
Sprite
purchased
return
Sprite