BodyPartEntityWidgets

BodyPartEntityWidgets

Class representing the entity widgets for a body part

Constructor

new BodyPartEntityWidgets(label, entity_widgets)

Description:
  • Create a new BodyPartWidgets
Source:
Example
let body_part_widgets = new BodyPartWidgets(label, entity_widgets);
Parameters:
Name Type Description
label Widget The body part label widget
entity_widgets Array.<EntityWidgets> Array of entity widgets

Members

entity_widgets :Array.<EntityWidgets>

Description:
  • Array of entity widgets
Source:
Array of entity widgets
Type:

label :Widget

Description:
  • The body part label widget
Source:
The body part label widget
Type:
  • Widget

Methods

Hide()

Description:
  • Hide all the entity widgets for this body part
Source:
Example
body_part_widgets.Hide();

Show()

Description:
  • Show all the entity widgets for this body part
Source:
Example
body_part_widgets.Show();