22class UrUIVersion:
public ToyMaker::SimObjectAspect<UrUIVersion> {
24 UrUIVersion(): SimObjectAspect<UrUIVersion>{0} {}
25 inline static std::string getSimObjectAspectTypeName() {
return "UrUIVersion"; }
26 static std::shared_ptr<BaseSimObjectAspect> create(
const nlohmann::json& jsonAspectProperties);
27 std::shared_ptr<BaseSimObjectAspect> clone()
const override;
29 void onActivated()
override;