Files
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/EBus/Senders/CylinderShapeComponentRequestsBus.names

87 lines
3.2 KiB
Plaintext

{
"entries": [
{
"base": "CylinderShapeComponentRequestsBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Cylinder Shape Component",
"category": "Shape"
},
"methods": [
{
"base": "GetCylinderConfiguration",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Configuration"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Configuration is invoked"
},
"details": {
"name": "Get Configuration",
"tooltip": "Returns the cylinder configuration of a source entity"
},
"results": [
{
"typeid": "{53254779-82F1-441E-9116-81E1FACFECF4}",
"details": {
"name": "Configuration",
"tooltip": "Cylinder shape configuration parameters"
}
}
]
},
{
"base": "SetHeight",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Height"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Height is invoked"
},
"details": {
"name": "Set Height",
"tooltip": "Sets the cylinder height"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Height",
"tooltip": "Height in meters"
}
}
]
},
{
"base": "SetRadius",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Radius"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Radius is invoked"
},
"details": {
"name": "Set Radius",
"tooltip": "Sets the cylinder radius"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radius",
"tooltip": "Radius in radians"
}
}
]
}
]
}
]
}