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.
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"key": "{F4826124-F3C7-59B5-B92B-4CD00AADFED3}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Project",
|
|
"category": "Math/Vector2",
|
|
"tooltip": "Returns the vector of A projected onto B, (Dot(A, B)/(Dot(B, B)) * B"
|
|
},
|
|
"slots": [
|
|
{
|
|
"key": "Input_In",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"key": "Output_Out",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_A",
|
|
"details": {
|
|
"name": "A"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_B",
|
|
"details": {
|
|
"name": "B"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataOutput_Result",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |