class MAGES::Interaction::Editor::HandPoseListInspector¶
Overview¶
An inspector for showing hand poses as a list. More…
class HandPoseListInspector { public: // methods HandPoseListInspector(Grabbable target, SerializedProperty handPoseListProperty); VisualElement CreateGUI(); void OnEnable(); void OnDisable(); };
Detailed Documentation¶
An inspector for showing hand poses as a list.
Methods¶
HandPoseListInspector(Grabbable target, SerializedProperty handPoseListProperty)
Initializes a new instance of the HandPoseListInspector class.
Parameters:
target |
The grabbable to get the handposes from. |
handPoseListProperty |
The serialized property of hand pose list. |
VisualElement CreateGUI()
Creates the handpose inspector gui for a grabbable component.
Returns:
The root visual element.
void OnEnable()
Called when the inspector is enabled.
void OnDisable()
Called when the inspector is disabled.