KeyboardInputFieldBase<T>.TextGraphic(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
abstract UnityEngine::UI::Graphic ^ TextGraphic(T inputField);
protected abstract UnityEngine.UI.Graphic TextGraphic (T inputField);
abstract member TextGraphic : 'T -> UnityEngine.UI.Graphic
Protected MustOverride Function TextGraphic (inputField As T) As Graphic
Parameters
- inputField
- T
Returns
UnityEngine.UI.Graphic