figureone
    Preparing search index...
    • zoom boolean | OBJ_ZoomOptions — zoom options - if not false then zoom will be enabled (false)
    • pan boolean | OBJ_PanOptions — pan options - if not false then pan will be enabled (false)
    • onlyWhenTouched boolean — (mouse wheel zoom/pan and pinch zoom) only notify when element gesture rectangle is being touched (true)
    • back boolean — if true 3D shape interactivity will be prioritized (true)
    • width number — width of rectangle - defaults to full scene width
    • height number — height of rectangle - defaults to full scene height
    • scene OBJ_Scene | Scene — define if gesture should be an independeant scene (like if the gestures are being used to change the default figure scene) - defaults to Figure scene
    • changeScene Scene — if defined, this scene will be automatically updated with any pan and zoom events
    • xAlign number | left | right | center — x alignment of rectangle ('center')
    • yAlign number | top | bottom | middle — y alignment of rectangle ('middle')