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.6 KiB
Plaintext
52 lines
1.6 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{ECDE911F-56B4-5D91-86A6-32C4F9461305}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Direction To",
|
|
"category": "Math/Vector2",
|
|
"tooltip": "Returns a direction vector between two points and the distance between them, by default the direction will be normalized, but it may be optionally scaled using the Scale parameter if different from 1.0"
|
|
},
|
|
"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_Scale_2",
|
|
"details": {
|
|
"name": "Scale"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Result_0",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |