Peek

Use Peek to observe the data output (supporting Number, Bool, Vec2, Vec3, Vec4, Color, String, Rect). Peek is in the Utility category.
Input
Name | Data type | Description |
Data | Number | The data as its output type to be observed |
Output
Name | Data type | Description |
Data | Number | The data observed as its output type |
Example

This example shows how to use Peek node to observe the screen position data when tap on the screen.