Exemplo n.º 1
0
 public IHoldObjectAnimator <bool> SetupObject(IHoldObjectAnimator <bool> information)
 {
     this.HoldTime          = information.HoldTime;
     this.ParameterToModify = this.ParameterToModify;
     this.ValueToModify     = information.ValueToModify;
     this.ParameterHash     = information.ParameterHash;
     return(this);
 }
Exemplo n.º 2
0
 public IHoldObjectAnimator <bool> SetupObject(IHoldObjectAnimator <bool> information)
 {
     throw new System.NotImplementedException();
 }