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 the Peek node to observe the screen position data when tap on the screen.