Gets and sets the second motion type.
# Get the value of the property.propertyValue = motionLinkInput_var.motionTwo# Set the value of the property.motionLinkInput_var.motionTwo = propertyValue
#include <Fusion/Components/MotionLinkInput.h>// Get the value of the property.JointMotionTypes propertyValue = motionLinkInput_var->motionTwo();// Set the value of the property, where value_var is a JointMotionTypes.bool returnValue = motionLinkInput_var->motionTwo(value_var);