From 3c53cb2e90ca95d1e332a176192f8f71f9c23137 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Fri, 21 Jun 2019 15:21:16 +1200 Subject: [PATCH] Add missing grabDelegetToParent property to JSDoc --- libraries/entities/src/GrabPropertyGroup.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/entities/src/GrabPropertyGroup.h b/libraries/entities/src/GrabPropertyGroup.h index 99b8100075..75804378aa 100644 --- a/libraries/entities/src/GrabPropertyGroup.h +++ b/libraries/entities/src/GrabPropertyGroup.h @@ -53,6 +53,9 @@ static const glm::vec3 INITIAL_EQUIPPABLE_INDICATOR_OFFSET { glm::vec3(0.0f) }; * pens, etc. and false for things meant to decorate the hand. * @property {boolean} triggerable=false - If true then the entity will receive calls to trigger * {@link Controller|Controller entity methods}. + * @property {boolean} grabDelegateToParent=true - If true and the entity is grabbed, the grab will be transferred + * to its parent entity if there is one; if false, a child entity can be grabbed and moved relative to its + * parent. * @property {boolean} equippable=true - If true then the entity can be equipped. * @property {Vec3} equippableLeftPosition=0,0,0 - Positional offset from the left hand, when equipped. * @property {Quat} equippableLeftRotation=0,0,0,1 - Rotational offset from the left hand, when equipped.