C# Class SmoothMovement, source

Inheritance: MonoBehaviour
Afficher le fichier Open project: unityosgt/source Class Usage Examples

Méthodes publiques

Свойство Type Description
playerName string

Méthodes publiques

Méthode Description
Awake ( ) : void
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnPhotonSerializeView() public méthode

public OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
stream PhotonStream,
info PhotonMessageInfo,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

playerName public_oe property

public string playerName
Résultat string