Class ARHumanBodiesChangedListener
Concrete listener type for the ARHumanBodyManager
.
Inheritance
ARHumanBodiesChangedListener
Namespace: UnityEngine.XR.ARFoundation.VisualScripting
Assembly: Unity.XR.ARFoundation.VisualScripting.dll
Syntax
public sealed class ARHumanBodiesChangedListener : ARTrackableManagerListener<ARHumanBodyManager, ARHumanBody>
Remarks
Unity cannot serialize generic MonoBehaviour types, so we need this file to specify the type parameters.