Updated names for more SC elements

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-15 08:24:39 -08:00
parent 56834361bc
commit 3fc95230af
4 changed files with 299 additions and 42 deletions
@@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "SimpleAssetReferenceBase"
"name": "Asset Reference"
},
"methods": [
{
@@ -13,28 +13,96 @@
"context": "SimpleAssetReferenceBase",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetAssetPath"
"tooltip": "When signaled, this will invoke Set Asset Path"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetAssetPath is invoked"
"tooltip": "Signaled after Set Asset Path is invoked"
},
"details": {
"name": "SimpleAssetReferenceBase::SetAssetPath",
"category": "Other"
"name": "Set Asset Path"
},
"params": [
{
"typeid": "{E16CA6C5-5C78-4AD9-8E9B-F8C1FB4D1DB8}",
"details": {
"name": "SimpleAssetReferenceBase*",
"name": "Asset Reference",
"tooltip": "Asset reference as a project-relative path"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "const char*"
"name": "Path"
}
}
]
},
{
"key": "assetPath",
"details": {
"name": "Get Asset Path"
},
"params": [
{
"typeid": "{E16CA6C5-5C78-4AD9-8E9B-F8C1FB4D1DB8}",
"details": {
"name": "Asset Reference",
"tooltip": "Asset reference as a project-relative path"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Path"
}
}
]
},
{
"key": "assetType",
"details": {
"name": "Get Asset Type"
},
"params": [
{
"typeid": "{E16CA6C5-5C78-4AD9-8E9B-F8C1FB4D1DB8}",
"details": {
"name": "Asset Reference",
"tooltip": "Asset reference as a project-relative path"
}
}
],
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "Type"
}
}
]
},
{
"key": "fileFilter",
"details": {
"name": "Get File Filter"
},
"params": [
{
"typeid": "{E16CA6C5-5C78-4AD9-8E9B-F8C1FB4D1DB8}",
"details": {
"name": "Asset Reference",
"tooltip": "Asset reference as a project-relative path"
}
}
],
"results": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "Filter"
}
}
]