Solver.RotateLerpTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If 0, the rotation will update immediately. Otherwise, the greater this attribute the slower the rotation updates")]
public:
property float RotateLerpTime { float get(); void set(float value); };
public float RotateLerpTime { get; set; }
member this.RotateLerpTime : single with get, set
Public Property RotateLerpTime As Single