Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
725
void EventCanvasElement::TriggerEnd(double time)
726
{
727
if (mUIControl && mIsCheckbox)
728
mUIControl->SetValue(0, time);
729
}
730
731
float EventCanvasElement::GetEnd() const
732
{
Callers
1
OnTransportAdvanced
Method · 0.80
Calls
1
SetValue
Method · 0.45
Tested by
no test coverage detected