C# Class RollValueDeciderScript, Spare-Change

Inheritance: MonoBehaviour
Afficher le fichier Open project: ThatsAMorais/Spare-Change

Méthodes publiques

Свойство Type Description
currentValue int

Méthodes publiques

Méthode Description
Awake ( ) : void
GotValue ( string faceName ) : void

Gots the value collision.

OnCollisionEnter ( Collision c ) : void
OnEnable ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Utilities ( ) : UtilitiesScript,

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

GotValue() public méthode

Gots the value collision.
public GotValue ( string faceName ) : void
faceName string /// Face name. ///
Résultat void

OnCollisionEnter() public méthode

public OnCollisionEnter ( Collision c ) : void
c Collision
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

currentValue public_oe property

public int currentValue
Résultat int