GameDevRepo

Free Unity C# Script library used to make a full Unity3d game.


Project maintained by wesleywh Hosted on GitHub Pages — Theme by mattgraham

Back To Navigation Tree

Collectable

Description:

File has no description.

Variables:

List of variables that you can modify in the inspector.

Access Name Type Default Value Description
public id int 9999999 No description.
public   float 0 No description.
public pickupDistance float 5.0f No description.
public showPickupDistance bool true No description.
private moveToCamera bool true No description.
public smoothTime float 0.3f No description.
public destroyTime float 1.0f No description.
public onSuccessCollect UnityEvent no default No description.
public onFailCollect UnityEvent no default No description.