返回当前对象名称。
const std::string& GetName() const;
这个接口直接返回底层 m_name 的只读引用。
m_name
按当前实现:
"GameObject"
const std::string&