C# Class Itemizer, UrsaMajor

Inheritance: MonoBehaviour
Afficher le fichier Open project: BJarv/UrsaMajor Class Usage Examples

Méthodes publiques

Свойство Type Description
coin GameObject
gem GameObject
gold GameObject
safeKey GameObject
xMax float
xMin float
yMax float
yMin float

Méthodes publiques

Méthode Description
At ( Vector3 here, int amount ) : void
Awake ( ) : void
keyAt ( Vector3 here ) : void
spawn ( Vector3 at, GameObject what ) : void

Private Methods

Méthode Description
makeCoins ( Vector3 here, int coins ) : IEnumerator
makeGems ( Vector3 here, int gems ) : IEnumerator
makeGolds ( Vector3 here, int golds ) : IEnumerator

Method Details

At() public méthode

public At ( Vector3 here, int amount ) : void
here Vector3
amount int
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

keyAt() public méthode

public keyAt ( Vector3 here ) : void
here Vector3
Résultat void

spawn() public méthode

public spawn ( Vector3 at, GameObject what ) : void
at Vector3
what GameObject
Résultat void

Property Details

coin public_oe property

public GameObject coin
Résultat GameObject

gem public_oe property

public GameObject gem
Résultat GameObject

gold public_oe property

public GameObject gold
Résultat GameObject

safeKey public_oe property

public GameObject safeKey
Résultat GameObject

xMax public_oe property

public float xMax
Résultat float

xMin public_oe property

public float xMin
Résultat float

yMax public_oe property

public float yMax
Résultat float

yMin public_oe property

public float yMin
Résultat float