Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property System #18

Open
MartinPalko opened this issue Oct 1, 2016 · 0 comments
Open

Property System #18

MartinPalko opened this issue Oct 1, 2016 · 0 comments
Labels

Comments

@MartinPalko
Copy link
Owner

Need a propert/parameter system. A property should hold a value of a specified type, but also include metadata about the type of property, default values, limits (min/max), etc.

The goal is to use properties to serialize & deserialize objects, as well as to enable interactive editing of objects within the editor. Logically, properties should function in about the same way the reflection system does in c#. This means it will likely be tightly tied to the type system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant