Click or drag to resize

TouchManagerInstanceIsInsidePointerFrame Property

Indicates that execution is currently inside a TouchScript Pointer Frame, i.e. before FrameFinished and after FrameStarted events.

Namespace:  TouchScript.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool IsInsidePointerFrame { get; }

Property Value

Type: Boolean
true if execution is inside a TouchScript Pointer Frame; otherwise, false.

Implements

ITouchManagerIsInsidePointerFrame
See Also