Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ThreeOtherPacks
C# Class ThreeOtherPacks, Team4BabelGame
Inheritance:
MonoBehaviour
Show file
Open project: veselin-/Team4BabelGame
Public Properties
Property
Type
Description
buyButton
Image
cost
int
costText
Text
pack3
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 property
public
Image
buyButton
return
Image
cost
public property
public
int
cost
return
int
costText
public property
public
Text
costText
return
Text
pack3
public property
public
GameObject
pack3
return
GameObject
purchased
public property
public
Sprite
purchased
return
Sprite