C# Class ExemploFuncoes

Inheritance: MonoBehaviour
Afficher le fichier Open project: ProgJogos/programacao-2sem2014

Méthodes publiques

Méthode Description
VaiParaOrigem ( ) : void

Private Methods

Méthode Description
Dividir ( float a, float b ) : float
Escrever ( string msg ) : void
Escrever2 ( string msg = "msg vazia" ) : void
Fatorial ( int n ) : int
MaisUm ( ) : int
Multiplicar ( int a, int b = 1 ) : int
OlaMundo ( ) : void
Somar ( float a, float b ) : float
Somar ( ) : int
Somar ( int a, int b ) : int
SomarUm ( ) : int
Start ( ) : void

Method Details

VaiParaOrigem() public méthode

public VaiParaOrigem ( ) : void
Résultat void