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.
93 lines
3.0 KiB
Plaintext
93 lines
3.0 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{A4CFB2F2-4045-47ED-AE73-ED60C2072EE4}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Lerp Between",
|
|
"category": "Math"
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "Input_In_0",
|
|
"details": {
|
|
"name": "In",
|
|
"tooltip": "Starts the lerp action from the beginning."
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Start_0",
|
|
"details": {
|
|
"name": "Start"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Stop_1",
|
|
"details": {
|
|
"name": "Stop"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Speed_2",
|
|
"details": {
|
|
"name": "Speed"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Maximum Duration_3",
|
|
"details": {
|
|
"name": "Maximum Duration"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Out_0",
|
|
"details": {
|
|
"name": "Out",
|
|
"tooltip": "Executes immediately after the lerp action is started."
|
|
}
|
|
},
|
|
{
|
|
"base": "Input_Cancel_1",
|
|
"details": {
|
|
"name": "Cancel",
|
|
"tooltip": "Stops the lerp action immediately."
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Canceled_1",
|
|
"details": {
|
|
"name": "Canceled",
|
|
"tooltip": "Executes immediately after the operation is canceled."
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Tick_2",
|
|
"details": {
|
|
"name": "Tick",
|
|
"tooltip": "Signaled at each step of the lerp."
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Step_0",
|
|
"details": {
|
|
"name": "Step"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Percent_1",
|
|
"details": {
|
|
"name": "Percent"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Lerp Complete_3",
|
|
"details": {
|
|
"name": "Lerp Complete",
|
|
"tooltip": "Signaled after the last Tick, when the lerp is complete"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |