C# Class SmoothMovement, source

Inheritance: MonoBehaviour
显示文件 Open project: unityosgt/source Class Usage Examples

Public Properties

Property Type Description
playerName string

Public Methods

Method Description
Awake ( ) : void
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnPhotonSerializeView() public method

public OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
stream PhotonStream,
info PhotonMessageInfo,
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

playerName public_oe property

public string playerName
return string