Load Json::Value into this object
| 77 | |
| 78 | // Load Json::Value into this object |
| 79 | void Negate::SetJsonValue(const Json::Value root) { |
| 80 | |
| 81 | // Set parent data |
| 82 | EffectBase::SetJsonValue(root); |
| 83 | |
| 84 | } |
| 85 | |
| 86 | // Get all properties for a specific frame |
| 87 | std::string Negate::PropertiesJSON(int64_t requested_frame) const { |
nothing calls this directly
no outgoing calls
no test coverage detected