neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
23 lines (22 loc) • 38.4 kB
JavaScript
;
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.FullBodyCalibrator = void 0;
var jsx_runtime_1 = require("neos-script/jsx-runtime");
var core_1 = require("../../core");
function FullBodyCalibrator(props) {
var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, TargetUser = props.TargetUser, UseSymmetryForTrackers = props.UseSymmetryForTrackers, UseSymmetryForAvatar = props.UseSymmetryForAvatar, ShowBodyOverlay = props.ShowBodyOverlay, ShowAvatarOverlay = props.ShowAvatarOverlay, HeightCompensation = props.HeightCompensation, AvatarHeightCompensation = props.AvatarHeightCompensation, _calibratingPose = props._calibratingPose, _spaceOffset = props._spaceOffset, _grabbable = props._grabbable, _headReference = props._headReference, _leftHandReference = props._leftHandReference, _rightHandReference = props._rightHandReference, _hipsSource = props._hipsSource, _chestSource = props._chestSource, _leftFootSource = props._leftFootSource, _rightFootSource = props._rightFootSource, _leftElbowSource = props._leftElbowSource, _rightElbowSource = props._rightElbowSource, _leftKneeSource = props._leftKneeSource, _rightKneeSource = props._rightKneeSource, _dialog = props._dialog, _platformBody = props._platformBody, _userBody = props._userBody, _customAvatar = props._customAvatar, _leftHandOverride = props._leftHandOverride, _rightHandOverride = props._rightHandOverride, _targetCustomAvatar = props._targetCustomAvatar, _avatarHipsOffset = props._avatarHipsOffset, _avatarLeftFootOffset = props._avatarLeftFootOffset, _avatarRightFootOffset = props._avatarRightFootOffset, _avatarLeftKneeDefaultOffset = props._avatarLeftKneeDefaultOffset, _avatarRightKneeDefaultOffset = props._avatarRightKneeDefaultOffset, _avatarHipHandle = props._avatarHipHandle, _avatarLeftFootHandle = props._avatarLeftFootHandle, _avatarRightFootHandle = props._avatarRightFootHandle, _avatarLeftKneeHandle = props._avatarLeftKneeHandle, _avatarRightKneeHandle = props._avatarRightKneeHandle, _avatarLeftKneeOffset = props._avatarLeftKneeOffset, _avatarRightKneeOffset = props._avatarRightKneeOffset, _platformBodyMaterialSets = props._platformBodyMaterialSets, _ground = props._ground, _trackers = props._trackers, _visualizationRoot = props._visualizationRoot, _bodyNodeMaterial = props._bodyNodeMaterial, _calibrationReferenceMaterial = props._calibrationReferenceMaterial, _leftHandOverrideMaterial = props._leftHandOverrideMaterial, _rightHandOverrideMaterial = props._rightHandOverrideMaterial, _leftHandOverrideFrontColor = props._leftHandOverrideFrontColor, _leftHandOverrideBehindColor = props._leftHandOverrideBehindColor, _rightHandOverrideFrontColor = props._rightHandOverrideFrontColor, _rightHandOverrideBehindColor = props._rightHandOverrideBehindColor, _patternTex = props._patternTex, _title = props._title;
return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.FullBodyCalibrator", id: id, persistentId: persistentId, updateOrder: updateOrder }, { children: [(0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "Enabled", id: typeof Enabled === "object" && "id" in Enabled ? Enabled === null || Enabled === void 0 ? void 0 : Enabled.id : undefined, value: typeof Enabled === "object" && "value" in Enabled ? Enabled === null || Enabled === void 0 ? void 0 : Enabled.value : Enabled !== null && Enabled !== void 0 ? Enabled : true, isRaw: typeof Enabled === "object" && "isRaw" in Enabled && Enabled.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.User]", name: "TargetUser", id: typeof TargetUser === "object" && "id" in TargetUser ? TargetUser === null || TargetUser === void 0 ? void 0 : TargetUser.id : undefined, value: typeof TargetUser === "object" && "value" in TargetUser ? TargetUser === null || TargetUser === void 0 ? void 0 : TargetUser.value : TargetUser, isRaw: typeof TargetUser === "object" && "isRaw" in TargetUser && TargetUser.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "UseSymmetryForTrackers", id: typeof UseSymmetryForTrackers === "object" && "id" in UseSymmetryForTrackers ? UseSymmetryForTrackers === null || UseSymmetryForTrackers === void 0 ? void 0 : UseSymmetryForTrackers.id : undefined, value: typeof UseSymmetryForTrackers === "object" && "value" in UseSymmetryForTrackers ? UseSymmetryForTrackers === null || UseSymmetryForTrackers === void 0 ? void 0 : UseSymmetryForTrackers.value : UseSymmetryForTrackers, isRaw: typeof UseSymmetryForTrackers === "object" && "isRaw" in UseSymmetryForTrackers && UseSymmetryForTrackers.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "UseSymmetryForAvatar", id: typeof UseSymmetryForAvatar === "object" && "id" in UseSymmetryForAvatar ? UseSymmetryForAvatar === null || UseSymmetryForAvatar === void 0 ? void 0 : UseSymmetryForAvatar.id : undefined, value: typeof UseSymmetryForAvatar === "object" && "value" in UseSymmetryForAvatar ? UseSymmetryForAvatar === null || UseSymmetryForAvatar === void 0 ? void 0 : UseSymmetryForAvatar.value : UseSymmetryForAvatar, isRaw: typeof UseSymmetryForAvatar === "object" && "isRaw" in UseSymmetryForAvatar && UseSymmetryForAvatar.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "ShowBodyOverlay", id: typeof ShowBodyOverlay === "object" && "id" in ShowBodyOverlay ? ShowBodyOverlay === null || ShowBodyOverlay === void 0 ? void 0 : ShowBodyOverlay.id : undefined, value: typeof ShowBodyOverlay === "object" && "value" in ShowBodyOverlay ? ShowBodyOverlay === null || ShowBodyOverlay === void 0 ? void 0 : ShowBodyOverlay.value : ShowBodyOverlay, isRaw: typeof ShowBodyOverlay === "object" && "isRaw" in ShowBodyOverlay && ShowBodyOverlay.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "ShowAvatarOverlay", id: typeof ShowAvatarOverlay === "object" && "id" in ShowAvatarOverlay ? ShowAvatarOverlay === null || ShowAvatarOverlay === void 0 ? void 0 : ShowAvatarOverlay.id : undefined, value: typeof ShowAvatarOverlay === "object" && "value" in ShowAvatarOverlay ? ShowAvatarOverlay === null || ShowAvatarOverlay === void 0 ? void 0 : ShowAvatarOverlay.value : ShowAvatarOverlay, isRaw: typeof ShowAvatarOverlay === "object" && "isRaw" in ShowAvatarOverlay && ShowAvatarOverlay.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "HeightCompensation", id: typeof HeightCompensation === "object" && "id" in HeightCompensation ? HeightCompensation === null || HeightCompensation === void 0 ? void 0 : HeightCompensation.id : undefined, value: typeof HeightCompensation === "object" && "value" in HeightCompensation ? HeightCompensation === null || HeightCompensation === void 0 ? void 0 : HeightCompensation.value : HeightCompensation, isRaw: typeof HeightCompensation === "object" && "isRaw" in HeightCompensation && HeightCompensation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "AvatarHeightCompensation", id: typeof AvatarHeightCompensation === "object" && "id" in AvatarHeightCompensation ? AvatarHeightCompensation === null || AvatarHeightCompensation === void 0 ? void 0 : AvatarHeightCompensation.id : undefined, value: typeof AvatarHeightCompensation === "object" && "value" in AvatarHeightCompensation ? AvatarHeightCompensation === null || AvatarHeightCompensation === void 0 ? void 0 : AvatarHeightCompensation.value : AvatarHeightCompensation, isRaw: typeof AvatarHeightCompensation === "object" && "isRaw" in AvatarHeightCompensation && AvatarHeightCompensation.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "_calibratingPose", id: typeof _calibratingPose === "object" && "id" in _calibratingPose ? _calibratingPose === null || _calibratingPose === void 0 ? void 0 : _calibratingPose.id : undefined, value: typeof _calibratingPose === "object" && "value" in _calibratingPose ? _calibratingPose === null || _calibratingPose === void 0 ? void 0 : _calibratingPose.value : _calibratingPose, isRaw: typeof _calibratingPose === "object" && "isRaw" in _calibratingPose && _calibratingPose.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.float3]", name: "_spaceOffset", id: typeof _spaceOffset === "object" && "id" in _spaceOffset ? _spaceOffset === null || _spaceOffset === void 0 ? void 0 : _spaceOffset.id : undefined, value: typeof _spaceOffset === "object" && "value" in _spaceOffset ? _spaceOffset === null || _spaceOffset === void 0 ? void 0 : _spaceOffset.value : _spaceOffset, isRaw: typeof _spaceOffset === "object" && "isRaw" in _spaceOffset && _spaceOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Grabbable]", name: "_grabbable", id: typeof _grabbable === "object" && "id" in _grabbable ? _grabbable === null || _grabbable === void 0 ? void 0 : _grabbable.id : undefined, value: typeof _grabbable === "object" && "value" in _grabbable ? _grabbable === null || _grabbable === void 0 ? void 0 : _grabbable.value : _grabbable, isRaw: typeof _grabbable === "object" && "isRaw" in _grabbable && _grabbable.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_headReference", id: typeof _headReference === "object" && "id" in _headReference ? _headReference === null || _headReference === void 0 ? void 0 : _headReference.id : undefined, value: typeof _headReference === "object" && "value" in _headReference ? _headReference === null || _headReference === void 0 ? void 0 : _headReference.value : _headReference, isRaw: typeof _headReference === "object" && "isRaw" in _headReference && _headReference.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_leftHandReference", id: typeof _leftHandReference === "object" && "id" in _leftHandReference ? _leftHandReference === null || _leftHandReference === void 0 ? void 0 : _leftHandReference.id : undefined, value: typeof _leftHandReference === "object" && "value" in _leftHandReference ? _leftHandReference === null || _leftHandReference === void 0 ? void 0 : _leftHandReference.value : _leftHandReference, isRaw: typeof _leftHandReference === "object" && "isRaw" in _leftHandReference && _leftHandReference.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_rightHandReference", id: typeof _rightHandReference === "object" && "id" in _rightHandReference ? _rightHandReference === null || _rightHandReference === void 0 ? void 0 : _rightHandReference.id : undefined, value: typeof _rightHandReference === "object" && "value" in _rightHandReference ? _rightHandReference === null || _rightHandReference === void 0 ? void 0 : _rightHandReference.value : _rightHandReference, isRaw: typeof _rightHandReference === "object" && "isRaw" in _rightHandReference && _rightHandReference.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TrackedDevicePositioner]", name: "_hipsSource", id: typeof _hipsSource === "object" && "id" in _hipsSource ? _hipsSource === null || _hipsSource === void 0 ? void 0 : _hipsSource.id : undefined, value: typeof _hipsSource === "object" && "value" in _hipsSource ? _hipsSource === null || _hipsSource === void 0 ? void 0 : _hipsSource.value : _hipsSource, isRaw: typeof _hipsSource === "object" && "isRaw" in _hipsSource && _hipsSource.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TrackedDevicePositioner]", name: "_chestSource", id: typeof _chestSource === "object" && "id" in _chestSource ? _chestSource === null || _chestSource === void 0 ? void 0 : _chestSource.id : undefined, value: typeof _chestSource === "object" && "value" in _chestSource ? _chestSource === null || _chestSource === void 0 ? void 0 : _chestSource.value : _chestSource, isRaw: typeof _chestSource === "object" && "isRaw" in _chestSource && _chestSource.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TrackedDevicePositioner]", name: "_leftFootSource", id: typeof _leftFootSource === "object" && "id" in _leftFootSource ? _leftFootSource === null || _leftFootSource === void 0 ? void 0 : _leftFootSource.id : undefined, value: typeof _leftFootSource === "object" && "value" in _leftFootSource ? _leftFootSource === null || _leftFootSource === void 0 ? void 0 : _leftFootSource.value : _leftFootSource, isRaw: typeof _leftFootSource === "object" && "isRaw" in _leftFootSource && _leftFootSource.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TrackedDevicePositioner]", name: "_rightFootSource", id: typeof _rightFootSource === "object" && "id" in _rightFootSource ? _rightFootSource === null || _rightFootSource === void 0 ? void 0 : _rightFootSource.id : undefined, value: typeof _rightFootSource === "object" && "value" in _rightFootSource ? _rightFootSource === null || _rightFootSource === void 0 ? void 0 : _rightFootSource.value : _rightFootSource, isRaw: typeof _rightFootSource === "object" && "isRaw" in _rightFootSource && _rightFootSource.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TrackedDevicePositioner]", name: "_leftElbowSource", id: typeof _leftElbowSource === "object" && "id" in _leftElbowSource ? _leftElbowSource === null || _leftElbowSource === void 0 ? void 0 : _leftElbowSource.id : undefined, value: typeof _leftElbowSource === "object" && "value" in _leftElbowSource ? _leftElbowSource === null || _leftElbowSource === void 0 ? void 0 : _leftElbowSource.value : _leftElbowSource, isRaw: typeof _leftElbowSource === "object" && "isRaw" in _leftElbowSource && _leftElbowSource.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TrackedDevicePositioner]", name: "_rightElbowSource", id: typeof _rightElbowSource === "object" && "id" in _rightElbowSource ? _rightElbowSource === null || _rightElbowSource === void 0 ? void 0 : _rightElbowSource.id : undefined, value: typeof _rightElbowSource === "object" && "value" in _rightElbowSource ? _rightElbowSource === null || _rightElbowSource === void 0 ? void 0 : _rightElbowSource.value : _rightElbowSource, isRaw: typeof _rightElbowSource === "object" && "isRaw" in _rightElbowSource && _rightElbowSource.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TrackedDevicePositioner]", name: "_leftKneeSource", id: typeof _leftKneeSource === "object" && "id" in _leftKneeSource ? _leftKneeSource === null || _leftKneeSource === void 0 ? void 0 : _leftKneeSource.id : undefined, value: typeof _leftKneeSource === "object" && "value" in _leftKneeSource ? _leftKneeSource === null || _leftKneeSource === void 0 ? void 0 : _leftKneeSource.value : _leftKneeSource, isRaw: typeof _leftKneeSource === "object" && "isRaw" in _leftKneeSource && _leftKneeSource.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TrackedDevicePositioner]", name: "_rightKneeSource", id: typeof _rightKneeSource === "object" && "id" in _rightKneeSource ? _rightKneeSource === null || _rightKneeSource === void 0 ? void 0 : _rightKneeSource.id : undefined, value: typeof _rightKneeSource === "object" && "value" in _rightKneeSource ? _rightKneeSource === null || _rightKneeSource === void 0 ? void 0 : _rightKneeSource.value : _rightKneeSource, isRaw: typeof _rightKneeSource === "object" && "isRaw" in _rightKneeSource && _rightKneeSource.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.FullBodyCalibratorDialog]", name: "_dialog", id: typeof _dialog === "object" && "id" in _dialog ? _dialog === null || _dialog === void 0 ? void 0 : _dialog.id : undefined, value: typeof _dialog === "object" && "value" in _dialog ? _dialog === null || _dialog === void 0 ? void 0 : _dialog.value : _dialog, isRaw: typeof _dialog === "object" && "isRaw" in _dialog && _dialog.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FullBodyCalibrator+BodyReference", name: "_platformBody", id: typeof _platformBody === "object" && "id" in _platformBody ? _platformBody === null || _platformBody === void 0 ? void 0 : _platformBody.id : undefined, value: typeof _platformBody === "object" && "value" in _platformBody ? _platformBody === null || _platformBody === void 0 ? void 0 : _platformBody.value : _platformBody, isRaw: typeof _platformBody === "object" && "isRaw" in _platformBody && _platformBody.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FullBodyCalibrator+BodyReference", name: "_userBody", id: typeof _userBody === "object" && "id" in _userBody ? _userBody === null || _userBody === void 0 ? void 0 : _userBody.id : undefined, value: typeof _userBody === "object" && "value" in _userBody ? _userBody === null || _userBody === void 0 ? void 0 : _userBody.value : _userBody, isRaw: typeof _userBody === "object" && "isRaw" in _userBody && _userBody.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FullBodyCalibrator+BodyReference", name: "_customAvatar", id: typeof _customAvatar === "object" && "id" in _customAvatar ? _customAvatar === null || _customAvatar === void 0 ? void 0 : _customAvatar.id : undefined, value: typeof _customAvatar === "object" && "value" in _customAvatar ? _customAvatar === null || _customAvatar === void 0 ? void 0 : _customAvatar.value : _customAvatar, isRaw: typeof _customAvatar === "object" && "isRaw" in _customAvatar && _customAvatar.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_leftHandOverride", id: typeof _leftHandOverride === "object" && "id" in _leftHandOverride ? _leftHandOverride === null || _leftHandOverride === void 0 ? void 0 : _leftHandOverride.id : undefined, value: typeof _leftHandOverride === "object" && "value" in _leftHandOverride ? _leftHandOverride === null || _leftHandOverride === void 0 ? void 0 : _leftHandOverride.value : _leftHandOverride, isRaw: typeof _leftHandOverride === "object" && "isRaw" in _leftHandOverride && _leftHandOverride.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_rightHandOverride", id: typeof _rightHandOverride === "object" && "id" in _rightHandOverride ? _rightHandOverride === null || _rightHandOverride === void 0 ? void 0 : _rightHandOverride.id : undefined, value: typeof _rightHandOverride === "object" && "value" in _rightHandOverride ? _rightHandOverride === null || _rightHandOverride === void 0 ? void 0 : _rightHandOverride.value : _rightHandOverride, isRaw: typeof _rightHandOverride === "object" && "isRaw" in _rightHandOverride && _rightHandOverride.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.FinalIK.VRIKAvatar]", name: "_targetCustomAvatar", id: typeof _targetCustomAvatar === "object" && "id" in _targetCustomAvatar ? _targetCustomAvatar === null || _targetCustomAvatar === void 0 ? void 0 : _targetCustomAvatar.id : undefined, value: typeof _targetCustomAvatar === "object" && "value" in _targetCustomAvatar ? _targetCustomAvatar === null || _targetCustomAvatar === void 0 ? void 0 : _targetCustomAvatar.value : _targetCustomAvatar, isRaw: typeof _targetCustomAvatar === "object" && "isRaw" in _targetCustomAvatar && _targetCustomAvatar.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_avatarHipsOffset", id: typeof _avatarHipsOffset === "object" && "id" in _avatarHipsOffset ? _avatarHipsOffset === null || _avatarHipsOffset === void 0 ? void 0 : _avatarHipsOffset.id : undefined, value: typeof _avatarHipsOffset === "object" && "value" in _avatarHipsOffset ? _avatarHipsOffset === null || _avatarHipsOffset === void 0 ? void 0 : _avatarHipsOffset.value : _avatarHipsOffset, isRaw: typeof _avatarHipsOffset === "object" && "isRaw" in _avatarHipsOffset && _avatarHipsOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_avatarLeftFootOffset", id: typeof _avatarLeftFootOffset === "object" && "id" in _avatarLeftFootOffset ? _avatarLeftFootOffset === null || _avatarLeftFootOffset === void 0 ? void 0 : _avatarLeftFootOffset.id : undefined, value: typeof _avatarLeftFootOffset === "object" && "value" in _avatarLeftFootOffset ? _avatarLeftFootOffset === null || _avatarLeftFootOffset === void 0 ? void 0 : _avatarLeftFootOffset.value : _avatarLeftFootOffset, isRaw: typeof _avatarLeftFootOffset === "object" && "isRaw" in _avatarLeftFootOffset && _avatarLeftFootOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_avatarRightFootOffset", id: typeof _avatarRightFootOffset === "object" && "id" in _avatarRightFootOffset ? _avatarRightFootOffset === null || _avatarRightFootOffset === void 0 ? void 0 : _avatarRightFootOffset.id : undefined, value: typeof _avatarRightFootOffset === "object" && "value" in _avatarRightFootOffset ? _avatarRightFootOffset === null || _avatarRightFootOffset === void 0 ? void 0 : _avatarRightFootOffset.value : _avatarRightFootOffset, isRaw: typeof _avatarRightFootOffset === "object" && "isRaw" in _avatarRightFootOffset && _avatarRightFootOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_avatarLeftKneeDefaultOffset", id: typeof _avatarLeftKneeDefaultOffset === "object" && "id" in _avatarLeftKneeDefaultOffset ? _avatarLeftKneeDefaultOffset === null || _avatarLeftKneeDefaultOffset === void 0 ? void 0 : _avatarLeftKneeDefaultOffset.id : undefined, value: typeof _avatarLeftKneeDefaultOffset === "object" && "value" in _avatarLeftKneeDefaultOffset ? _avatarLeftKneeDefaultOffset === null || _avatarLeftKneeDefaultOffset === void 0 ? void 0 : _avatarLeftKneeDefaultOffset.value : _avatarLeftKneeDefaultOffset, isRaw: typeof _avatarLeftKneeDefaultOffset === "object" && "isRaw" in _avatarLeftKneeDefaultOffset && _avatarLeftKneeDefaultOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_avatarRightKneeDefaultOffset", id: typeof _avatarRightKneeDefaultOffset === "object" && "id" in _avatarRightKneeDefaultOffset ? _avatarRightKneeDefaultOffset === null || _avatarRightKneeDefaultOffset === void 0 ? void 0 : _avatarRightKneeDefaultOffset.id : undefined, value: typeof _avatarRightKneeDefaultOffset === "object" && "value" in _avatarRightKneeDefaultOffset ? _avatarRightKneeDefaultOffset === null || _avatarRightKneeDefaultOffset === void 0 ? void 0 : _avatarRightKneeDefaultOffset.value : _avatarRightKneeDefaultOffset, isRaw: typeof _avatarRightKneeDefaultOffset === "object" && "isRaw" in _avatarRightKneeDefaultOffset && _avatarRightKneeDefaultOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_avatarHipHandle", id: typeof _avatarHipHandle === "object" && "id" in _avatarHipHandle ? _avatarHipHandle === null || _avatarHipHandle === void 0 ? void 0 : _avatarHipHandle.id : undefined, value: typeof _avatarHipHandle === "object" && "value" in _avatarHipHandle ? _avatarHipHandle === null || _avatarHipHandle === void 0 ? void 0 : _avatarHipHandle.value : _avatarHipHandle, isRaw: typeof _avatarHipHandle === "object" && "isRaw" in _avatarHipHandle && _avatarHipHandle.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_avatarLeftFootHandle", id: typeof _avatarLeftFootHandle === "object" && "id" in _avatarLeftFootHandle ? _avatarLeftFootHandle === null || _avatarLeftFootHandle === void 0 ? void 0 : _avatarLeftFootHandle.id : undefined, value: typeof _avatarLeftFootHandle === "object" && "value" in _avatarLeftFootHandle ? _avatarLeftFootHandle === null || _avatarLeftFootHandle === void 0 ? void 0 : _avatarLeftFootHandle.value : _avatarLeftFootHandle, isRaw: typeof _avatarLeftFootHandle === "object" && "isRaw" in _avatarLeftFootHandle && _avatarLeftFootHandle.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_avatarRightFootHandle", id: typeof _avatarRightFootHandle === "object" && "id" in _avatarRightFootHandle ? _avatarRightFootHandle === null || _avatarRightFootHandle === void 0 ? void 0 : _avatarRightFootHandle.id : undefined, value: typeof _avatarRightFootHandle === "object" && "value" in _avatarRightFootHandle ? _avatarRightFootHandle === null || _avatarRightFootHandle === void 0 ? void 0 : _avatarRightFootHandle.value : _avatarRightFootHandle, isRaw: typeof _avatarRightFootHandle === "object" && "isRaw" in _avatarRightFootHandle && _avatarRightFootHandle.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_avatarLeftKneeHandle", id: typeof _avatarLeftKneeHandle === "object" && "id" in _avatarLeftKneeHandle ? _avatarLeftKneeHandle === null || _avatarLeftKneeHandle === void 0 ? void 0 : _avatarLeftKneeHandle.id : undefined, value: typeof _avatarLeftKneeHandle === "object" && "value" in _avatarLeftKneeHandle ? _avatarLeftKneeHandle === null || _avatarLeftKneeHandle === void 0 ? void 0 : _avatarLeftKneeHandle.value : _avatarLeftKneeHandle, isRaw: typeof _avatarLeftKneeHandle === "object" && "isRaw" in _avatarLeftKneeHandle && _avatarLeftKneeHandle.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_avatarRightKneeHandle", id: typeof _avatarRightKneeHandle === "object" && "id" in _avatarRightKneeHandle ? _avatarRightKneeHandle === null || _avatarRightKneeHandle === void 0 ? void 0 : _avatarRightKneeHandle.id : undefined, value: typeof _avatarRightKneeHandle === "object" && "value" in _avatarRightKneeHandle ? _avatarRightKneeHandle === null || _avatarRightKneeHandle === void 0 ? void 0 : _avatarRightKneeHandle.value : _avatarRightKneeHandle, isRaw: typeof _avatarRightKneeHandle === "object" && "isRaw" in _avatarRightKneeHandle && _avatarRightKneeHandle.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldHook`1[BaseX.float3]", name: "_avatarLeftKneeOffset", id: typeof _avatarLeftKneeOffset === "object" && "id" in _avatarLeftKneeOffset ? _avatarLeftKneeOffset === null || _avatarLeftKneeOffset === void 0 ? void 0 : _avatarLeftKneeOffset.id : undefined, value: typeof _avatarLeftKneeOffset === "object" && "value" in _avatarLeftKneeOffset ? _avatarLeftKneeOffset === null || _avatarLeftKneeOffset === void 0 ? void 0 : _avatarLeftKneeOffset.value : _avatarLeftKneeOffset, isRaw: typeof _avatarLeftKneeOffset === "object" && "isRaw" in _avatarLeftKneeOffset && _avatarLeftKneeOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldHook`1[BaseX.float3]", name: "_avatarRightKneeOffset", id: typeof _avatarRightKneeOffset === "object" && "id" in _avatarRightKneeOffset ? _avatarRightKneeOffset === null || _avatarRightKneeOffset === void 0 ? void 0 : _avatarRightKneeOffset.id : undefined, value: typeof _avatarRightKneeOffset === "object" && "value" in _avatarRightKneeOffset ? _avatarRightKneeOffset === null || _avatarRightKneeOffset === void 0 ? void 0 : _avatarRightKneeOffset.value : _avatarRightKneeOffset, isRaw: typeof _avatarRightKneeOffset === "object" && "isRaw" in _avatarRightKneeOffset && _avatarRightKneeOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRefList`1[FrooxEngine.MaterialSet]", name: "_platformBodyMaterialSets", id: typeof _platformBodyMaterialSets === "object" && "id" in _platformBodyMaterialSets ? _platformBodyMaterialSets === null || _platformBodyMaterialSets === void 0 ? void 0 : _platformBodyMaterialSets.id : undefined, value: typeof _platformBodyMaterialSets === "object" && "value" in _platformBodyMaterialSets ? _platformBodyMaterialSets === null || _platformBodyMaterialSets === void 0 ? void 0 : _platformBodyMaterialSets.value : _platformBodyMaterialSets, isRaw: typeof _platformBodyMaterialSets === "object" && "isRaw" in _platformBodyMaterialSets && _platformBodyMaterialSets.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_ground", id: typeof _ground === "object" && "id" in _ground ? _ground === null || _ground === void 0 ? void 0 : _ground.id : undefined, value: typeof _ground === "object" && "value" in _ground ? _ground === null || _ground === void 0 ? void 0 : _ground.value : _ground, isRaw: typeof _ground === "object" && "isRaw" in _ground && _ground.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncList`1[FrooxEngine.FullBodyCalibrator+Tracker]", name: "_trackers", id: typeof _trackers === "object" && "id" in _trackers ? _trackers === null || _trackers === void 0 ? void 0 : _trackers.id : undefined, value: typeof _trackers === "object" && "value" in _trackers ? _trackers === null || _trackers === void 0 ? void 0 : _trackers.value : _trackers, isRaw: typeof _trackers === "object" && "isRaw" in _trackers && _trackers.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_visualizationRoot", id: typeof _visualizationRoot === "object" && "id" in _visualizationRoot ? _visualizationRoot === null || _visualizationRoot === void 0 ? void 0 : _visualizationRoot.id : undefined, value: typeof _visualizationRoot === "object" && "value" in _visualizationRoot ? _visualizationRoot === null || _visualizationRoot === void 0 ? void 0 : _visualizationRoot.value : _visualizationRoot, isRaw: typeof _visualizationRoot === "object" && "isRaw" in _visualizationRoot && _visualizationRoot.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.FresnelMaterial]", name: "_bodyNodeMaterial", id: typeof _bodyNodeMaterial === "object" && "id" in _bodyNodeMaterial ? _bodyNodeMaterial === null || _bodyNodeMaterial === void 0 ? void 0 : _bodyNodeMaterial.id : undefined, value: typeof _bodyNodeMaterial === "object" && "value" in _bodyNodeMaterial ? _bodyNodeMaterial === null || _bodyNodeMaterial === void 0 ? void 0 : _bodyNodeMaterial.value : _bodyNodeMaterial, isRaw: typeof _bodyNodeMaterial === "object" && "isRaw" in _bodyNodeMaterial && _bodyNodeMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.OverlayFresnelMaterial]", name: "_calibrationReferenceMaterial", id: typeof _calibrationReferenceMaterial === "object" && "id" in _calibrationReferenceMaterial ? _calibrationReferenceMaterial === null || _calibrationReferenceMaterial === void 0 ? void 0 : _calibrationReferenceMaterial.id : undefined, value: typeof _calibrationReferenceMaterial === "object" && "value" in _calibrationReferenceMaterial ? _calibrationReferenceMaterial === null || _calibrationReferenceMaterial === void 0 ? void 0 : _calibrationReferenceMaterial.value : _calibrationReferenceMaterial, isRaw: typeof _calibrationReferenceMaterial === "object" && "isRaw" in _calibrationReferenceMaterial && _calibrationReferenceMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.OverlayFresnelMaterial]", name: "_leftHandOverrideMaterial", id: typeof _leftHandOverrideMaterial === "object" && "id" in _leftHandOverrideMaterial ? _leftHandOverrideMaterial === null || _leftHandOverrideMaterial === void 0 ? void 0 : _leftHandOverrideMaterial.id : undefined, value: typeof _leftHandOverrideMaterial === "object" && "value" in _leftHandOverrideMaterial ? _leftHandOverrideMaterial === null || _leftHandOverrideMaterial === void 0 ? void 0 : _leftHandOverrideMaterial.value : _leftHandOverrideMaterial, isRaw: typeof _leftHandOverrideMaterial === "object" && "isRaw" in _leftHandOverrideMaterial && _leftHandOverrideMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.OverlayFresnelMaterial]", name: "_rightHandOverrideMaterial", id: typeof _rightHandOverrideMaterial === "object" && "id" in _rightHandOverrideMaterial ? _rightHandOverrideMaterial === null || _rightHandOverrideMaterial === void 0 ? void 0 : _rightHandOverrideMaterial.id : undefined, value: typeof _rightHandOverrideMaterial === "object" && "value" in _rightHandOverrideMaterial ? _rightHandOverrideMaterial === null || _rightHandOverrideMaterial === void 0 ? void 0 : _rightHandOverrideMaterial.value : _rightHandOverrideMaterial, isRaw: typeof _rightHandOverrideMaterial === "object" && "isRaw" in _rightHandOverrideMaterial && _rightHandOverrideMaterial.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_leftHandOverrideFrontColor", id: typeof _leftHandOverrideFrontColor === "object" && "id" in _leftHandOverrideFrontColor ? _leftHandOverrideFrontColor === null || _leftHandOverrideFrontColor === void 0 ? void 0 : _leftHandOverrideFrontColor.id : undefined, value: typeof _leftHandOverrideFrontColor === "object" && "value" in _leftHandOverrideFrontColor ? _leftHandOverrideFrontColor === null || _leftHandOverrideFrontColor === void 0 ? void 0 : _leftHandOverrideFrontColor.value : _leftHandOverrideFrontColor, isRaw: typeof _leftHandOverrideFrontColor === "object" && "isRaw" in _leftHandOverrideFrontColor && _leftHandOverrideFrontColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_leftHandOverrideBehindColor", id: typeof _leftHandOverrideBehindColor === "object" && "id" in _leftHandOverrideBehindColor ? _leftHandOverrideBehindColor === null || _leftHandOverrideBehindColor === void 0 ? void 0 : _leftHandOverrideBehindColor.id : undefined, value: typeof _leftHandOverrideBehindColor === "object" && "value" in _leftHandOverrideBehindColor ? _leftHandOverrideBehindColor === null || _leftHandOverrideBehindColor === void 0 ? void 0 : _leftHandOverrideBehindColor.value : _leftHandOverrideBehindColor, isRaw: typeof _leftHandOverrideBehindColor === "object" && "isRaw" in _leftHandOverrideBehindColor && _leftHandOverrideBehindColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_rightHandOverrideFrontColor", id: typeof _rightHandOverrideFrontColor === "object" && "id" in _rightHandOverrideFrontColor ? _rightHandOverrideFrontColor === null || _rightHandOverrideFrontColor === void 0 ? void 0 : _rightHandOverrideFrontColor.id : undefined, value: typeof _rightHandOverrideFrontColor === "object" && "value" in _rightHandOverrideFrontColor ? _rightHandOverrideFrontColor === null || _rightHandOverrideFrontColor === void 0 ? void 0 : _rightHandOverrideFrontColor.value : _rightHandOverrideFrontColor, isRaw: typeof _rightHandOverrideFrontColor === "object" && "isRaw" in _rightHandOverrideFrontColor && _rightHandOverrideFrontColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.color]", name: "_rightHandOverrideBehindColor", id: typeof _rightHandOverrideBehindColor === "object" && "id" in _rightHandOverrideBehindColor ? _rightHandOverrideBehindColor === null || _rightHandOverrideBehindColor === void 0 ? void 0 : _rightHandOverrideBehindColor.id : undefined, value: typeof _rightHandOverrideBehindColor === "object" && "value" in _rightHandOverrideBehindColor ? _rightHandOverrideBehindColor === null || _rightHandOverrideBehindColor === void 0 ? void 0 : _rightHandOverrideBehindColor.value : _rightHandOverrideBehindColor, isRaw: typeof _rightHandOverrideBehindColor === "object" && "isRaw" in _rightHandOverrideBehindColor && _rightHandOverrideBehindColor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.StaticTexture2D]", name: "_patternTex", id: typeof _patternTex === "object" && "id" in _patternTex ? _patternTex === null || _patternTex === void 0 ? void 0 : _patternTex.id : undefined, value: typeof _patternTex === "object" && "value" in _patternTex ? _patternTex === null || _patternTex === void 0 ? void 0 : _patternTex.value : _patternTex, isRaw: typeof _patternTex === "object" && "isRaw" in _patternTex && _patternTex.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TextRenderer]", name: "_title", id: typeof _title === "object" && "id" in _title ? _title === null || _title === void 0 ? void 0 : _title.id : undefined, value: typeof _title === "object" && "value" in _title ? _title === null || _title === void 0 ? void 0 : _title.value : _title, isRaw: typeof _title === "object" && "isRaw" in _title && _title.isRaw ? true : undefined })] })));
}
exports.FullBodyCalibrator = FullBodyCalibrator;
;