When a world object is created in a layout, I'd like to be able to make adjustments to the drawn image depending on some of its property values. If the object is copy-pasted then these may not be set to the defaults, so how can I obtain an object's properties in the OnCreate() function? Thanks.