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.
52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{978B5227-CE5B-501A-8EA8-54DE40DFF558}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Lerp",
|
|
"category": "Math/Vector2",
|
|
"tooltip": "returns the linear interpolation (From + ((To - From) * T)"
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "Input_In_0",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Out_0",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_From_0",
|
|
"details": {
|
|
"name": "From"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_To_1",
|
|
"details": {
|
|
"name": "To"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_T_2",
|
|
"details": {
|
|
"name": "T"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Result_0",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |