C# Class CubeInter, beerpong

Inheritance: Photon.MonoBehaviour, IPunObservable
显示文件 Open project: ashomk/beerpong

Public Properties

Property Type Description
InterpolationDelay double

Public Methods

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

Method Details

OnPhotonSerializeView() public method

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

Update() public method

public Update ( ) : void
return void

Property Details

InterpolationDelay public_oe property

public double InterpolationDelay
return double