Gets and sets the name of this joint origin. This is the name seen by the user in the timeline.
# Get the value of the property.propertyValue = jointOrigin_var.name# Set the value of the property.jointOrigin_var.name = propertyValue
#include <Fusion/Components/JointOrigin.h>// Get the value of the property.string propertyValue = jointOrigin_var->name();// Set the value of the property, where value_var is a string.bool returnValue = jointOrigin_var->name(value_var);