AvatarReady
|
Helper class to manage the avatar calibration process. More...
Static Public Member Functions | |
static IEnumerator | CalibrateAvatar (AvatarReady avatarReady, CalibrationProfile calibrationProfile=null) |
Method that triggers the calibration of the avatar. It tries to invoque AvatarReadyRuntimeLink.OnAvatarCalibrated for follow up configurations. | |
static IEnumerator | UpdateUserProfile (AvatarReady avatarReady, CalibrationProfile calibrationProfile=null) |
Updates a calibration profile. | |
Helper class to manage the avatar calibration process.
|
inlinestatic |
Method that triggers the calibration of the avatar. It tries to invoque AvatarReadyRuntimeLink.OnAvatarCalibrated for follow up configurations.
avatarReady | |
calibrationProfile | Valid calibration profile. If null the default SessionProfile is used. |
|
inlinestatic |
Updates a calibration profile.
avatarReady | |
calibrationProfile | Non-null calibration profile. If null the default SessionProfile is used. |
overrideProfile |