TzuChieh / Photon-v2

A program that takes photographs of a virtual world.
https://tzuchieh.github.io/Photon-v2-site/engine_docs/v2.0.0-beta/Photon/html/index.html
MIT License
84 stars 5 forks source link

Move `field_set_op` methods into a `CFieldSet` concept #79

Open TzuChieh opened 1 year ago

TzuChieh commented 1 year ago

field_set_op currently supports only TSdlOwnedField. However, the interface does not properly reflect that. We plan to perform the following refactors: