C# Class RewardObject, sessionm-enterprise-unity

Inheritance: MonoBehaviour
Afficher le fichier Open project: sessionm/sessionm-enterprise-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
image UnityEngine.UI.RawImage
points Text
tier Text
title Text
type Text
url string

Méthodes publiques

Méthode Description
OnRewardClicked ( ) : void
SetOffer ( Offer, offer ) : void
SetReward ( Reward, reward ) : void

Private Methods

Méthode Description
DownloadImage ( string imageURL ) : IEnumerator

Method Details

OnRewardClicked() public méthode

public OnRewardClicked ( ) : void
Résultat void

SetOffer() public méthode

public SetOffer ( Offer, offer ) : void
offer Offer,
Résultat void

SetReward() public méthode

public SetReward ( Reward, reward ) : void
reward Reward,
Résultat void

Property Details

image public_oe property

public RawImage,UnityEngine.UI image
Résultat UnityEngine.UI.RawImage

points public_oe property

public Text points
Résultat Text

tier public_oe property

public Text tier
Résultat Text

title public_oe property

public Text title
Résultat Text

type public_oe property

public Text type
Résultat Text

url public_oe property

public string url
Résultat string