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

148 lines
5.4 KiB
Plaintext

{
"entries": [
{
"base": "ShapeAreaFalloffGradientRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Shape Area Falloff Gradient"
},
"methods": [
{
"base": "SetFalloffType",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFalloffType"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFalloffType is invoked"
},
"details": {
"name": "SetFalloffType"
},
"params": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
}
}
]
},
{
"base": "SetFalloffWidth",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFalloffWidth"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFalloffWidth is invoked"
},
"details": {
"name": "SetFalloffWidth"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"base": "GetFalloffType",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFalloffType"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFalloffType is invoked"
},
"details": {
"name": "GetFalloffType"
},
"results": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
}
}
]
},
{
"base": "GetFalloffWidth",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFalloffWidth"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFalloffWidth is invoked"
},
"details": {
"name": "GetFalloffWidth"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"base": "SetShapeEntityId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetShapeEntityId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetShapeEntityId is invoked"
},
"details": {
"name": "SetShapeEntityId"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"base": "GetShapeEntityId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetShapeEntityId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetShapeEntityId is invoked"
},
"details": {
"name": "GetShapeEntityId"
},
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
}
]
}
]
}