Skip to main content
Version: 3.9.0

Body Detection

body detection

Use Body Detection to trigger the next node when the camera detects a body interacting with the camera viewport. Body Detection is in the Body category.

Output

NameData TypeDescription
BeginTriggerExecute the next node when any part of the body is detected.
StayTriggerKeep executing the next node while the body stays in the camera viewport.
EndTriggerExecute the next node when the body disappears.
NoneTriggerKeep executing the next node when no body is detected.

Example

body detection example

This example uses Body Detection to show and hide the alien avatar.

body detection node