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