C# Class Success_HUD, Aegina

Inheritance: NetworkBehaviour
Afficher le fichier Open project: JMounier/Aegina Class Usage Examples

Méthodes publiques

Méthode Description
Display ( Success, success ) : void

Must be server!!!! Display the achivement on the client.

Unlock ( Success, success ) : void

Private Methods

Méthode Description
DrawInterface ( ) : void
GetCoude ( bool firstX, int x, int y, Success, son ) : Texture
OnGUI ( ) : void
RpcDisplay ( int id ) : void
RpcUnlock ( int id ) : void
Start ( ) : void
Update ( ) : void

Method Details

Display() public méthode

Must be server!!!! Display the achivement on the client.
public Display ( Success, success ) : void
success Success,
Résultat void

Unlock() public méthode

public Unlock ( Success, success ) : void
success Success,
Résultat void