MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / set_display_name

Method set_display_name

src/ClientData.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void ClientData::set_display_name(const std::string& newDisplayName) {
191 displayName = newDisplayName;
192}
193
194void ClientData::set_cursor_color(const Vector3f& newCursorColor) {
195 cursorColor = newCursorColor;

Callers 1

update_display_namesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected