C# Class PlayerControler, FetchQuest

Inheritance: MonoBehaviour
Afficher le fichier Open project: uwgb-socsc/FetchQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
countText Text
speed float
winText Text

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
SetCountText ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

SetCountText() public méthode

public SetCountText ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

countText public_oe property

public Text countText
Résultat Text

speed public_oe property

public float speed
Résultat float

winText public_oe property

public Text winText
Résultat Text