RumTery
Hide private partial class/struct members
I am generating code based on a given class, this partial class contains a generated public interface and generated private members. Is it possible to hide the visibility of private members for the original non-generated class?
Some code example
4 replies
Any GUI tool for editing class instance and save to JSON?
I'm creating game tutorial system and want easily edit it's states, conditions etc.. So I have some interfaces as ITutorial, IAction, ICondition, and some implementations as Tutorial, ActionFoo, ActionBar, IfFooBar etc. Is there any gui tool, where i can choose implementation of some interface, fill it's fields and save to json with appropriate class types?
7 replies