Hello fellow programmers.
As a somewhat newish person to programming (especially C#) I've hit a dead end trying to solve the following problem.
I'd appreciate if any of you could give me feedback on how to solve it.
I've been studying the IMyTextPanel properties and wanted to change the property with the ID "ShowTextOnScreen".
Now, that ID has the type of MyTextPanel(namespace Sandbox.Game.Entities.Blocks) and I really can't wrap my ahead around how to implement it. In the .dll it says...
Regarding MyTextPanel
As a somewhat newish person to programming (especially C#) I've hit a dead end trying to solve the following problem.
I'd appreciate if any of you could give me feedback on how to solve it.
I've been studying the IMyTextPanel properties and wanted to change the property with the ID "ShowTextOnScreen".
Now, that ID has the type of MyTextPanel(namespace Sandbox.Game.Entities.Blocks) and I really can't wrap my ahead around how to implement it. In the .dll it says...
Regarding MyTextPanel