123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "entries": [
- {
- "base": "SimpleAssetReferenceBase",
- "context": "BehaviorClass",
- "variant": "",
- "details": {
- "name": "Simple Asset Reference"
- },
- "methods": [
- {
- "base": "SetAssetPath",
- "entry": {
- "name": "In",
- "tooltip": "When signaled, this will invoke Set Asset Path"
- },
- "exit": {
- "name": "Out",
- "tooltip": "Signaled after Set Asset Path is invoked"
- },
- "details": {
- "name": "Set Asset Path"
- },
- "params": [
- {
- "typeid": "{E16CA6C5-5C78-4AD9-8E9B-F8C1FB4D1DB8}",
- "details": {
- "name": "Asset path",
- "tooltip": "Asset reference as a project-relative path"
- }
- },
- {
- "typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
- "details": {
- "name": "char"
- }
- }
- ]
- },
- {
- "base": "GetassetPath",
- "details": {
- "name": "Get Asset Path"
- },
- "params": [
- {
- "typeid": "{E16CA6C5-5C78-4AD9-8E9B-F8C1FB4D1DB8}",
- "details": {
- "name": "Asset path",
- "tooltip": "Asset reference as a project-relative path"
- }
- }
- ],
- "results": [
- {
- "typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
- "details": {
- "name": "AZ Std::string"
- }
- }
- ]
- },
- {
- "base": "GetassetType",
- "details": {
- "name": "Get Asset Type"
- },
- "params": [
- {
- "typeid": "{E16CA6C5-5C78-4AD9-8E9B-F8C1FB4D1DB8}",
- "details": {
- "name": "Asset path",
- "tooltip": "Asset reference as a project-relative path"
- }
- }
- ],
- "results": [
- {
- "typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
- "details": {
- "name": "AZ:: Uuid"
- }
- }
- ]
- },
- {
- "base": "GetfileFilter",
- "details": {
- "name": "Get File Filter"
- },
- "params": [
- {
- "typeid": "{E16CA6C5-5C78-4AD9-8E9B-F8C1FB4D1DB8}",
- "details": {
- "name": "Asset path",
- "tooltip": "Asset reference as a project-relative path"
- }
- }
- ],
- "results": [
- {
- "typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
- "details": {
- "name": "char"
- }
- }
- ]
- }
- ]
- }
- ]
- }
|