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

Method Insert

Source/Engine/UI/GUI/Common/TextBoxBase.cs:774–777  ·  view source on GitHub ↗

Inserts the specified character (at the current selection). The character.

(char c)

Source from the content-addressed store, hash-verified

772 /// </summary>
773 /// <param name="c">The character.</param>
774 public virtual void Insert(char c)
775 {
776 Insert(c.ToString());
777 }
778
779 /// <summary>
780 /// Inserts the specified text (at the current selection).

Callers 1

ChangeChildIndexMethod · 0.45

Calls 7

InsertFunction · 0.85
ReplaceMethod · 0.80
SubstringMethod · 0.80
ToStringMethod · 0.45
IndexOfMethod · 0.45
IsTrueMethod · 0.45
RemoveMethod · 0.45

Tested by

no test coverage detected