Exemple #1
0
        public void IntersectsPointLooksUpCurrentPosition()
        {
            const ulong time = 1500;

            m_SelectableObject.IntersectsPoint(Vector.Zero, time);

            m_Motion.Received().GetCurrentPosition(time);
        }