public void Initialize(ILerpTarget target)
 {
     this.target          = target;
     this.timeOffset      = Single.MaxValue;
     this.timeOffsetNew   = Single.MaxValue;
     this.timeOffsetCount = 0;
 }
Пример #2
0
 public void Initialize(ILerpTarget target)
 {
     this.target = target;
 }