3b9d5a7250
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
87 lines
3.2 KiB
Plaintext
87 lines
3.2 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "CapsuleShapeComponentRequestsBus",
|
|
"context": "EBusSender",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Capsule Shape Component",
|
|
"category": "Shape"
|
|
},
|
|
"methods": [
|
|
{
|
|
"base": "GetCapsuleConfiguration",
|
|
"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 capsule configuration of a source entity"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{00931AEB-2AD8-42CE-B1DC-FA4332F51501}",
|
|
"details": {
|
|
"name": "Configuration",
|
|
"tooltip": "Capsule 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 capsule 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 capsule radius"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
|
|
"details": {
|
|
"name": "Radius",
|
|
"tooltip": "Radius in radians"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |