Exemple #1
0
 virtual public UCL_TC_Curve Init(Transform target, Core.MathLib.UCLI_Path _path)
 {
     m_Path   = _path;
     m_Target = target;
     return(this);
 }
Exemple #2
0
 static public UCL_TC_Curve TC_Move(this Transform target, Core.MathLib.UCLI_Path target_val)
 {
     return(UCL_TC_Curve.Create().Init(target, target_val));
 }