GrabbableScribbler.GetMoveToNotGrabbedPosition C# (CSharp) Méthode

GetMoveToNotGrabbedPosition() protected méthode

protected GetMoveToNotGrabbedPosition ( ) : Vector3
Résultat Vector3
    protected override Vector3 GetMoveToNotGrabbedPosition()
    {
        if (holder)
        {
            return holder.transform.position;
        }

        return lastPosition;
    }
}