C# Class Success_HUD, Aegina

Inheritance: NetworkBehaviour
Datei anzeigen Open project: JMounier/Aegina Class Usage Examples

Public Methods

Method Description
Display ( Success, success ) : void

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

Unlock ( Success, success ) : void

Private Methods

Method 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 method

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

Unlock() public method

public Unlock ( Success, success ) : void
success Success,
return void