Project290.Mathematics.tVector2.GoTo C# (CSharp) Méthode

GoTo() public méthode

Goes to the specified x,y target.
public GoTo ( float xTarget, float yTarget ) : void
xTarget float The x target.
yTarget float The y target.
Résultat void
        public void GoTo(float xTarget, float yTarget)
        {
            this.GoTo(xTarget, yTarget, 1);
        }

Same methods

tVector2::GoTo ( float xTarget, float yTarget, float duration ) : void
tVector2::GoTo ( float xTarget, float yTarget, float duration, bool useRealTime ) : void