Photon Unity Networking  v1.81
English | 日本語 | 한국
Public Types | Public Attributes | List of all members
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

Enumerator
Disabled 
RotateTowards 
Lerp 

Member Data Documentation

float PhotonTransformViewRotationModel.InterpolateLerpSpeed = 5
InterpolateOptions PhotonTransformViewRotationModel.InterpolateOption = InterpolateOptions.RotateTowards
float PhotonTransformViewRotationModel.InterpolateRotateTowardsSpeed = 180
bool PhotonTransformViewRotationModel.SynchronizeEnabled