You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/ScriptCanvas/Code/Include/ScriptCanvas/Libraries/Time/HeartBeatNodeable.ScriptCan...

26 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScriptCanvas Include="Include/ScriptCanvas/Libraries/Time/HeartBeatNodeable.h" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Class Name="HeartBeatNodeable"
QualifiedName="Nodeables::Time::HeartBeatNodeable"
PreferredClassName="HeartBeat"
Base="Nodeables::Time::BaseTimer"
Icon="Icons/ScriptCanvas/Placeholder.png"
Category="Timing"
GeneratePropertyFriend="True"
Namespace="ScriptCanvas"
Description="While active, will signal the output at the given interval.">
<Input Name="Start" Description="">
<Parameter Name="Interval" Type="Data::NumberType" DefaultValue="0.0" Description="The amount of time between pulses"/>
</Input>
<Input Name="Stop"/>
<Output Name="Pulse" Description="Signaled at each specified interval." />
<PropertyInterface Property="m_timeUnitsInterface" Name="Units" Type="Input" Description="Units to represent the time in."/>
</Class>
</ScriptCanvas>