5class __declspec(dllexport) PropertyBundleScaling :
public PropertyBundle
8 void SetProperties(EntityBase * thisObject)
override;
9 bool UpdatePropertyVisibility(EntityBase * thisObject)
override;
12 const std::string groupName =
"Scaling";
13 const std::string defaultCategory =
"Scaling";
14 ScalingProperties properties;