Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Animation Class

Gammer0909 edited this page Feb 2, 2023 · 2 revisions

The Animation Class Has several Methods, including:

ClearFrame()

Clears the frame using Console.Clear()

Wait(int time)

Wait() needs the System.Threading namespace to work correctly

SetPoint(Point point)

More About Point Class Here: <temp>

ResetPoint(Point point)

resets points inside the frame (This means pixels reset outside the frame [the '#'s] will need to be handled manually)

DrawFrame()

Draws the frameArray using a foreach loop

Clone this wiki locally