Photon.Pun.PhotonTransformViewScaleModel Class Reference
Public Types | |
| enum | InterpolateOptions { InterpolateOptions.Disabled, InterpolateOptions.MoveTowards, InterpolateOptions.Lerp } |
Public Attributes | |
| bool | SynchronizeEnabled |
| InterpolateOptions | InterpolateOption = InterpolateOptions.Disabled |
| float | InterpolateMoveTowardsSpeed = 1f |
| float | InterpolateLerpSpeed |
Member Enumeration Documentation
◆ InterpolateOptions
Member Data Documentation
◆ InterpolateLerpSpeed
| float Photon.Pun.PhotonTransformViewScaleModel.InterpolateLerpSpeed |
◆ InterpolateMoveTowardsSpeed
| float Photon.Pun.PhotonTransformViewScaleModel.InterpolateMoveTowardsSpeed = 1f |
◆ InterpolateOption
| InterpolateOptions Photon.Pun.PhotonTransformViewScaleModel.InterpolateOption = InterpolateOptions.Disabled |
◆ SynchronizeEnabled
| bool Photon.Pun.PhotonTransformViewScaleModel.SynchronizeEnabled |
The documentation for this class was generated from the following file:
- 3rd-Party/Photon/PhotonUnityNetworking/Code/Views/PhotonTransformViewClassic.cs
1.8.13