C# Class SkylinesMultiplayer.Player

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Fr0sZ/Skylines-Multiplayer

Méthodes publiques

Свойство Type Description
m_isMine bool
m_playerId int

Méthodes publiques

Méthode Description
OnDamageTaken ( int shooterID, int damage ) : void
OnGUI ( ) : void
Start ( ) : void

Private Methods

Méthode Description
SendPosition ( ) : void

Method Details

OnDamageTaken() public méthode

public OnDamageTaken ( int shooterID, int damage ) : void
shooterID int
damage int
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

m_isMine public_oe property

public bool m_isMine
Résultat bool

m_playerId public_oe property

public int m_playerId
Résultat int