AndroidXRHumanBodySubsystem
The Android XR implementation of the XRHumanBodySubsystem
so it can work seamlessly with ARHumanBodyManager
.
Summary
Inheritance
Inherits from:XRHumanBodySubsystem
Properties |
|
---|---|
AutoCalibrationRequested
|
bool
Gets or sets a value indicating whether to use automatic calibration at runtime.
|
ProportionCalibrationRequested
|
Gets or sets the XRHumanBodyProportions for rest pose skeleton computation.
|
Properties
AutoCalibrationRequested
bool AutoCalibrationRequested
Gets or sets a value indicating whether to use automatic calibration at runtime.
When automatic calibration is disabled, ProportionCalibrationRequested will take effect.
ProportionCalibrationRequested
XRHumanBodyProportions ProportionCalibrationRequested
Gets or sets the XRHumanBodyProportions for rest pose skeleton computation.
It only takes effect when AutoCalibrationRequested is disabled.