C# Class Itemizer, UrsaMajor

Inheritance: MonoBehaviour
Exibir arquivo Open project: BJarv/UrsaMajor Class Usage Examples

Public Properties

Property Type Description
coin GameObject
gem GameObject
gold GameObject
safeKey GameObject
xMax float
xMin float
yMax float
yMin float

Public Methods

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

Private Methods

Method Description
makeCoins ( Vector3 here, int coins ) : IEnumerator
makeGems ( Vector3 here, int gems ) : IEnumerator
makeGolds ( Vector3 here, int golds ) : IEnumerator

Method Details

At() public method

public At ( Vector3 here, int amount ) : void
here Vector3
amount int
return void

Awake() public method

public Awake ( ) : void
return void

keyAt() public method

public keyAt ( Vector3 here ) : void
here Vector3
return void

spawn() public method

public spawn ( Vector3 at, GameObject what ) : void
at Vector3
what GameObject
return void

Property Details

coin public_oe property

public GameObject coin
return GameObject

gem public_oe property

public GameObject gem
return GameObject

gold public_oe property

public GameObject gold
return GameObject

safeKey public_oe property

public GameObject safeKey
return GameObject

xMax public_oe property

public float xMax
return float

xMin public_oe property

public float xMin
return float

yMax public_oe property

public float yMax
return float

yMin public_oe property

public float yMin
return float