- Home /
Can external calls control a simple scrolling app?
I'd like to create a very simple 2D app. I takes text, font, color, and fontsize as arguments, along with a defined area of the screen in which to simply scroll the provided text. I presume this is easy.
My question is, can i generate this scrolling app to be called by other programs I write? Can I effectively define a mini API for the scrolling app by having it support calls to accept the text, font, screen-position, scroll-rate, start scroll, stop scroll, etc?
Comment
Your answer
Follow this Question
Related Questions
function properties in Unity Javascript 2 Answers
call/trigger animation of other object 2 Answers
Calling a Function from other script ( C# ) 1 Answer
Calling a from another script c# 2 Answers