Click or drag to resize

TextPointerCursorTtextIsVisible Method

Indicates if text should be visible.

Namespace:  TouchScript.Behaviors.Cursors
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected virtual bool textIsVisible()

Return Value

Type: Boolean
True if pointer text should be displayed; false otherwise.
See Also