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.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{6071D322-86AF-5900-B073-33E74146525B}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Slerp",
|
|
"category": "Math/Vector2",
|
|
"tooltip": "returns a vector that is the spherical linear interpolation T, between From and To"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |