MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Rename

Method Rename

Source/Editor/Surface/SurfaceComment.cs:269–276  ·  view source on GitHub ↗
(string newTitle)

Source from the content-addressed store, hash-verified

267 }
268
269 private void Rename(string newTitle)
270 {
271 if (string.Equals(Title, newTitle, StringComparison.Ordinal))
272 return;
273
274 Title = TitleValue = newTitle;
275 Surface.MarkAsEdited(false);
276 }
277
278 /// <inheritdoc />
279 public override bool OnKeyDown(KeyboardKeys key)

Callers

nothing calls this directly

Calls 2

EqualsMethod · 0.45
MarkAsEditedMethod · 0.45

Tested by

no test coverage detected