Solver.MoveLerpTime 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 position will update immediately. Otherwise, the greater this attribute the slower the position updates
public:
property float MoveLerpTime { float get(); void set(float value); };
public float MoveLerpTime { get; set; }
member this.MoveLerpTime : single with get, set
Public Property MoveLerpTime As Single