ITouchManagerIsInsidePointerFrame Property |
Indicates that execution is currently inside a TouchScript Pointer Frame, i.e. before
FrameFinished and after
FrameStarted events.
Namespace:
TouchScript
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax bool IsInsidePointerFrame { get; }
Property Value
Type:
Booleantrue if execution is inside a TouchScript Pointer Frame; otherwise,
false.
See Also