3a7105fd4c
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"key": "{56C01595-FE08-54FC-9668-D203D59F506D}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Rotate Vector3",
|
|
"category": "Math/Quaternion",
|
|
"tooltip": "Returns a new Vector3 that is the source vector3 rotated by the given Quaternion"
|
|
},
|
|
"slots": [
|
|
{
|
|
"key": "Input_In",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"key": "Output_Out",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_Quaternion",
|
|
"details": {
|
|
"name": "Quaternion"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_Vector",
|
|
"details": {
|
|
"name": "Vector"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataOutput_Result",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |