| 70 | void SetName(const std::string& name) const; |
| 71 | virtual void Load(const Json::Value& node) { } |
| 72 | virtual bool SetProperty(const std::string& name, const dm::float4& value) { return false; } |
| 73 | |
| 74 | // Non-copyable and non-movable |
| 75 | SceneGraphLeaf(const SceneGraphLeaf&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected