d30ac7cfa6
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{722A4327-0D64-5ADF-BCDD-CDCF7EDDD16D}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Lerp",
|
|
"category": "Math/Vector3",
|
|
"tooltip": "Returns the linear interpolation (From + ((To - From) * T)"
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "Input_In",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Out",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_From",
|
|
"details": {
|
|
"name": "From"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_To",
|
|
"details": {
|
|
"name": "To"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_T",
|
|
"details": {
|
|
"name": "T"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Result",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |