Files
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/MathPlane_VM.names
T
Luis Sempé 9e2a3226fd Script Canvas, replace the text replacement system to a JSON file based one (#5228)
It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
2021-11-11 11:53:51 -08:00

382 lines
14 KiB
Plaintext

{
"entries": [
{
"key": "MathPlane_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MathPlane_VM"
},
"methods": [
{
"key": "GetPlaneEquationCoefficients",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetPlaneEquationCoefficients"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetPlaneEquationCoefficients is invoked"
},
"details": {
"name": "MathPlane_VM::GetPlaneEquationCoefficients",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
],
"results": [
{
"typeid": "{7352CD6D-91DA-536F-BFCC-BC513FB48B2D}",
"details": {
"name": "tuple<double double double double >"
}
}
]
},
{
"key": "GetDistance",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetDistance"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetDistance is invoked"
},
"details": {
"name": "MathPlane_VM::GetDistance",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "Project",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Project"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Project is invoked"
},
"details": {
"name": "MathPlane_VM::Project",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "FromNormalAndPoint",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromNormalAndPoint"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromNormalAndPoint is invoked"
},
"details": {
"name": "MathPlane_VM::FromNormalAndPoint",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
]
},
{
"key": "IsFinite",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsFinite"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsFinite is invoked"
},
"details": {
"name": "MathPlane_VM::IsFinite",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "Transform",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Transform"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Transform is invoked"
},
"details": {
"name": "MathPlane_VM::Transform",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
}
],
"results": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
]
},
{
"key": "DistanceToPoint",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DistanceToPoint"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DistanceToPoint is invoked"
},
"details": {
"name": "MathPlane_VM::DistanceToPoint",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "FromCoefficients",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromCoefficients"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromCoefficients is invoked"
},
"details": {
"name": "MathPlane_VM::FromCoefficients",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
]
},
{
"key": "FromNormalAndDistance",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromNormalAndDistance"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromNormalAndDistance is invoked"
},
"details": {
"name": "MathPlane_VM::FromNormalAndDistance",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
]
},
{
"key": "GetNormal",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetNormal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetNormal is invoked"
},
"details": {
"name": "MathPlane_VM::GetNormal",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
}
]
}
]
}