terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ contentType

InputField.ContentType UnityEngine.UI.InputField.contentType
getset

Definition at line 503 of file InputField.cs.

504 {
505 get
506 {
507 return this.m_ContentType;
508 }
509 set
510 {
511 this.EnforceContentType();
512 }
513 }
InputField.ContentType m_ContentType

Referenced by UnityEngine.UI.InputField.EnforceContentType(), UnityEngine.UI.InputField.SetToCustom(), and UnityEngine.UI.InputField.SetToCustomIfContentTypeIsNot().