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": [
|
|
{
|
|
"base": "{56C01595-FE08-54FC-9668-D203D59F506D}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Rotate Vector 3",
|
|
"category": "Math/Quaternion",
|
|
"tooltip": "Returns a new Vector3 that is the source vector3 rotated by the given Quaternion"
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "Input_In_0",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Out_0",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Quaternion_0",
|
|
"details": {
|
|
"name": "Quaternion"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Vector_1",
|
|
"details": {
|
|
"name": "Vector"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Result_0",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |