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.
28 lines
1.3 KiB
XML
28 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<ScriptCanvas Include="Include/ScriptCanvas/Libraries/Time/Timer.h" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<Class Name="Timer"
|
|
QualifiedName="ScriptCanvas::Nodes::Time::Timer"
|
|
PreferredClassName="Timer"
|
|
Uuid="{60CF8540-E51A-434D-A32C-461C41D68AF9}"
|
|
Base="ScriptCanvas::Node"
|
|
Version="2"
|
|
GeneratePropertyFriend="True"
|
|
DeprecationUUID="{32A4BEDC-C207-4472-61DE-9A716402620A}"
|
|
Deprecated="This node has been deprecated in favor of the nodeable form"
|
|
Description="Provides a time value.">
|
|
<In Name="Start" Description="Starts the timer."/>
|
|
<In Name="Stop" Description="Stops the timer."/>
|
|
<Out Name="Out" Description="Signaled every frame while the timer is running."/>
|
|
<Property Name="Milliseconds"
|
|
Description="The amount of time that has elapsed since the timer started in milliseconds."
|
|
Type="float"
|
|
IsInput="False"
|
|
IsOutput="True" />
|
|
<Property Name="Seconds"
|
|
Description="The amount of time that has elapsed since the timer started in seconds."
|
|
Type="float"
|
|
IsInput="False"
|
|
IsOutput="True" />
|
|
</Class>
|
|
</ScriptCanvas> |