| Itasca C++ Interface
    | 
| Public Member Functions | |
| PropDesc (const string &name, Property::Type type, UVect2 size) | |
| BASE_EXPORT | PropDesc (const string &name, const Property &prop) | 
| auto | operator<=> (const PropDesc &p) const =default | 
| Public Attributes | |
| string | name_ | 
| Property::Type | type_ = Property::Type::Int | 
| UVect2 | size_ = UVect2(0) |