Re: Custom object properties support for SH3D furniture items
by Daniels118 » Sun Sep 21, 2025 10:38 am
Don't add custom getters and setters, but rely on
HomeObject.getProperty(String) and
HomeObject.setProperty(String, String) instead, then use
addPropertyChangeListener on every object you want to monitor for property changes. You may inspect the
3D dimension lines plugin source code to learn how to attach listeners to existing and newly created objects.