MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / TriggerEnd

Method TriggerEnd

Source/CanvasElement.cpp:725–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725void EventCanvasElement::TriggerEnd(double time)
726{
727 if (mUIControl && mIsCheckbox)
728 mUIControl->SetValue(0, time);
729}
730
731float EventCanvasElement::GetEnd() const
732{

Callers 1

OnTransportAdvancedMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected