Returns true if it is in play mode.
# Get the value of the property.propertyValue = storyboard_var.isInPlayMode
#include <Fusion/Animation/Storyboard.h>// Get the value of the property.boolean propertyValue = storyboard_var->isInPlayMode();
// Get the value of the property.propertyValue = storyboard_var.isInPlayMode;