Script Canvas, replace the text replacement system to a JSON file based one (#5228)

It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
This commit is contained in:
Luis Sempé
2021-11-11 11:53:51 -08:00
committed by GitHub
parent 9d93282e42
commit 9e2a3226fd
1382 changed files with 209123 additions and 1515 deletions
@@ -0,0 +1,62 @@
{
"entries": [
{
"key": "On Collision Begin event",
"context": "AZEventHandler",
"variant": "",
"details": {
"name": "On Collision Begin event"
},
"slots": [
{
"key": "Simulated Body Handle",
"details": {
"name": "Simulated Body Handle"
}
},
{
"key": "Collision Event",
"details": {
"name": "Collision Event"
}
},
{
"key": "On Collision Begin event",
"details": {
"name": "On Collision Begin event"
}
},
{
"key": "Connect",
"details": {
"name": "Connect"
}
},
{
"key": "Disconnect",
"details": {
"name": "Disconnect"
}
},
{
"key": "On Connected",
"details": {
"name": "On Connected"
}
},
{
"key": "On Disconnected",
"details": {
"name": "On Disconnected"
}
},
{
"key": "OnEvent",
"details": {
"name": "OnEvent"
}
}
]
}
]
}
@@ -0,0 +1,62 @@
{
"entries": [
{
"key": "On Collision End event",
"context": "AZEventHandler",
"variant": "",
"details": {
"name": "On Collision End event"
},
"slots": [
{
"key": "Simulated Body Handle",
"details": {
"name": "Simulated Body Handle"
}
},
{
"key": "Collision Event",
"details": {
"name": "Collision Event"
}
},
{
"key": "On Collision End event",
"details": {
"name": "On Collision End event"
}
},
{
"key": "Connect",
"details": {
"name": "Connect"
}
},
{
"key": "Disconnect",
"details": {
"name": "Disconnect"
}
},
{
"key": "On Connected",
"details": {
"name": "On Connected"
}
},
{
"key": "On Disconnected",
"details": {
"name": "On Disconnected"
}
},
{
"key": "OnEvent",
"details": {
"name": "OnEvent"
}
}
]
}
]
}
@@ -0,0 +1,62 @@
{
"entries": [
{
"key": "On Collision Persist event",
"context": "AZEventHandler",
"variant": "",
"details": {
"name": "On Collision Persist event"
},
"slots": [
{
"key": "Simulated Body Handle",
"details": {
"name": "Simulated Body Handle"
}
},
{
"key": "Collision Event",
"details": {
"name": "Collision Event"
}
},
{
"key": "On Collision Persist event",
"details": {
"name": "On Collision Persist event"
}
},
{
"key": "Connect",
"details": {
"name": "Connect"
}
},
{
"key": "Disconnect",
"details": {
"name": "Disconnect"
}
},
{
"key": "On Connected",
"details": {
"name": "On Connected"
}
},
{
"key": "On Disconnected",
"details": {
"name": "On Disconnected"
}
},
{
"key": "OnEvent",
"details": {
"name": "OnEvent"
}
}
]
}
]
}
@@ -0,0 +1,62 @@
{
"entries": [
{
"key": "On Gravity Changed event",
"context": "AZEventHandler",
"variant": "",
"details": {
"name": "On Gravity Changed event"
},
"slots": [
{
"key": "Scene Handle",
"details": {
"name": "Scene Handle"
}
},
{
"key": "Gravity Vector",
"details": {
"name": "Gravity Vector"
}
},
{
"key": "On Gravity Changed event",
"details": {
"name": "On Gravity Changed event"
}
},
{
"key": "Connect",
"details": {
"name": "Connect"
}
},
{
"key": "Disconnect",
"details": {
"name": "Disconnect"
}
},
{
"key": "On Connected",
"details": {
"name": "On Connected"
}
},
{
"key": "On Disconnected",
"details": {
"name": "On Disconnected"
}
},
{
"key": "OnEvent",
"details": {
"name": "OnEvent"
}
}
]
}
]
}
@@ -0,0 +1,62 @@
{
"entries": [
{
"key": "On Trigger Enter event",
"context": "AZEventHandler",
"variant": "",
"details": {
"name": "On Trigger Enter event"
},
"slots": [
{
"key": "Simulated Body Handle",
"details": {
"name": "Simulated Body Handle"
}
},
{
"key": "Trigger Event",
"details": {
"name": "Trigger Event"
}
},
{
"key": "On Trigger Enter event",
"details": {
"name": "On Trigger Enter event"
}
},
{
"key": "Connect",
"details": {
"name": "Connect"
}
},
{
"key": "Disconnect",
"details": {
"name": "Disconnect"
}
},
{
"key": "On Connected",
"details": {
"name": "On Connected"
}
},
{
"key": "On Disconnected",
"details": {
"name": "On Disconnected"
}
},
{
"key": "OnEvent",
"details": {
"name": "OnEvent"
}
}
]
}
]
}
@@ -0,0 +1,62 @@
{
"entries": [
{
"key": "On Trigger Exit event",
"context": "AZEventHandler",
"variant": "",
"details": {
"name": "On Trigger Exit event"
},
"slots": [
{
"key": "Simulated Body Handle",
"details": {
"name": "Simulated Body Handle"
}
},
{
"key": "Trigger Event",
"details": {
"name": "Trigger Event"
}
},
{
"key": "On Trigger Exit event",
"details": {
"name": "On Trigger Exit event"
}
},
{
"key": "Connect",
"details": {
"name": "Connect"
}
},
{
"key": "Disconnect",
"details": {
"name": "Disconnect"
}
},
{
"key": "On Connected",
"details": {
"name": "On Connected"
}
},
{
"key": "On Disconnected",
"details": {
"name": "On Disconnected"
}
},
{
"key": "OnEvent",
"details": {
"name": "OnEvent"
}
}
]
}
]
}
@@ -0,0 +1,56 @@
{
"entries": [
{
"key": "Postsimulate event",
"context": "AZEventHandler",
"variant": "",
"details": {
"name": "Postsimulate event"
},
"slots": [
{
"key": "Tick time",
"details": {
"name": "Tick time"
}
},
{
"key": "Postsimulate event",
"details": {
"name": "Postsimulate event"
}
},
{
"key": "Connect",
"details": {
"name": "Connect"
}
},
{
"key": "Disconnect",
"details": {
"name": "Disconnect"
}
},
{
"key": "On Connected",
"details": {
"name": "On Connected"
}
},
{
"key": "On Disconnected",
"details": {
"name": "On Disconnected"
}
},
{
"key": "OnEvent",
"details": {
"name": "OnEvent"
}
}
]
}
]
}
@@ -0,0 +1,56 @@
{
"entries": [
{
"key": "Presimulate event",
"context": "AZEventHandler",
"variant": "",
"details": {
"name": "Presimulate event"
},
"slots": [
{
"key": "Tick time",
"details": {
"name": "Tick time"
}
},
{
"key": "Presimulate event",
"details": {
"name": "Presimulate event"
}
},
{
"key": "Connect",
"details": {
"name": "Connect"
}
},
{
"key": "Disconnect",
"details": {
"name": "Disconnect"
}
},
{
"key": "On Connected",
"details": {
"name": "On Connected"
}
},
{
"key": "On Disconnected",
"details": {
"name": "On Disconnected"
}
},
{
"key": "OnEvent",
"details": {
"name": "OnEvent"
}
}
]
}
]
}
@@ -0,0 +1,56 @@
{
"entries": [
{
"key": "SettingsRegistry Notify Event",
"context": "AZEventHandler",
"variant": "",
"details": {
"name": "SettingsRegistry Notify Event"
},
"slots": [
{
"key": "Json Path",
"details": {
"name": "Json Path"
}
},
{
"key": "SettingsRegistry Notify Event",
"details": {
"name": "SettingsRegistry Notify Event"
}
},
{
"key": "Connect",
"details": {
"name": "Connect"
}
},
{
"key": "Disconnect",
"details": {
"name": "Disconnect"
}
},
{
"key": "On Connected",
"details": {
"name": "On Connected"
}
},
{
"key": "On Disconnected",
"details": {
"name": "On Disconnected"
}
},
{
"key": "OnEvent",
"details": {
"name": "OnEvent"
}
}
]
}
]
}
@@ -0,0 +1,38 @@
{
"entries": [
{
"key": "AcesParameterOverrides",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AcesParameterOverrides"
},
"methods": [
{
"key": "LoadPreset",
"context": "AcesParameterOverrides",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke LoadPreset"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after LoadPreset is invoked"
},
"details": {
"name": "AcesParameterOverrides::LoadPreset",
"category": "Other"
},
"params": [
{
"typeid": "{3EE8C0D4-3792-46C0-B91C-B89A81C36B91}",
"details": {
"name": "AcesParameterOverrides*"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "ActorComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ActorComponent"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "AnimationData",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AnimationData"
}
}
]
}
@@ -0,0 +1,180 @@
{
"entries": [
{
"key": "AssetData",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AssetData"
},
"methods": [
{
"key": "GetUseCount",
"context": "AssetData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUseCount"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUseCount is invoked"
},
"details": {
"name": "AssetData::GetUseCount",
"category": "Other"
},
"params": [
{
"typeid": "{AF3F7D32-1536-422A-89F3-A11E1F5B5A9C}",
"details": {
"name": "AssetData*"
}
}
],
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
},
{
"key": "IsLoading",
"context": "AssetData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsLoading"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsLoading is invoked"
},
"details": {
"name": "AssetData::IsLoading",
"category": "Other"
},
"params": [
{
"typeid": "{AF3F7D32-1536-422A-89F3-A11E1F5B5A9C}",
"details": {
"name": "AssetData*"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "IsError",
"context": "AssetData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsError"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsError is invoked"
},
"details": {
"name": "AssetData::IsError",
"category": "Other"
},
"params": [
{
"typeid": "{AF3F7D32-1536-422A-89F3-A11E1F5B5A9C}",
"details": {
"name": "AssetData*"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "IsReady",
"context": "AssetData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsReady"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsReady is invoked"
},
"details": {
"name": "AssetData::IsReady",
"category": "Other"
},
"params": [
{
"typeid": "{AF3F7D32-1536-422A-89F3-A11E1F5B5A9C}",
"details": {
"name": "AssetData*"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "GetId",
"context": "AssetData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetId is invoked"
},
"details": {
"name": "AssetData::GetId",
"category": "Other"
},
"params": [
{
"typeid": "{AF3F7D32-1536-422A-89F3-A11E1F5B5A9C}",
"details": {
"name": "AssetData*"
}
}
],
"results": [
{
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
"details": {
"name": "const AssetId&"
}
}
]
}
]
}
]
}
@@ -0,0 +1,148 @@
{
"entries": [
{
"key": "AssetId",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AssetId"
},
"methods": [
{
"key": "CreateString",
"context": "AssetId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateString"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateString is invoked"
},
"details": {
"name": "AssetId::CreateString",
"category": "Other"
},
"params": [
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
}
}
],
"results": [
{
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
"details": {
"name": "AssetId"
}
}
]
},
{
"key": "IsValid",
"context": "AssetId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsValid"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsValid is invoked"
},
"details": {
"name": "AssetId::IsValid",
"category": "Other"
},
"params": [
{
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
"details": {
"name": "AssetId*"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "ToString",
"context": "AssetId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
},
"details": {
"name": "AssetId::ToString",
"category": "Other"
},
"params": [
{
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
"details": {
"name": "const AssetId*"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
]
},
{
"key": "IsEqual",
"context": "AssetId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsEqual"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsEqual is invoked"
},
"details": {
"name": "AssetId::IsEqual",
"category": "Other"
},
"params": [
{
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
"details": {
"name": "const AssetId&"
}
},
{
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
"details": {
"name": "const AssetId&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "AssetInfo",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AssetInfo"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "AtomToolsDocumentSystemSettings",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AtomToolsDocumentSystemSettings"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "AxisType",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AxisType"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "BlendShapeAnimationData",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "BlendShapeAnimationData"
}
}
]
}
@@ -0,0 +1,178 @@
{
"entries": [
{
"key": "BlendShapeData",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "BlendShapeData"
},
"methods": [
{
"key": "GetUV",
"context": "BlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUV"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUV is invoked"
},
"details": {
"name": "BlendShapeData::GetUV",
"category": "Other"
},
"params": [
{
"typeid": "{FF875C22-2E4F-4CE3-BA49-09BF78C70A09}",
"details": {
"name": "BlendShapeData*"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
],
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "const Vector2&"
}
}
]
},
{
"key": "GetTangent",
"context": "BlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetTangent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetTangent is invoked"
},
"details": {
"name": "BlendShapeData::GetTangent",
"category": "Other"
},
"params": [
{
"typeid": "{FF875C22-2E4F-4CE3-BA49-09BF78C70A09}",
"details": {
"name": "const BlendShapeData&"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
}
],
"results": [
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "Vector4"
}
}
]
},
{
"key": "GetBitangent",
"context": "BlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetBitangent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetBitangent is invoked"
},
"details": {
"name": "BlendShapeData::GetBitangent",
"category": "Other"
},
"params": [
{
"typeid": "{FF875C22-2E4F-4CE3-BA49-09BF78C70A09}",
"details": {
"name": "const BlendShapeData&"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "GetColor",
"context": "BlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetColor"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetColor is invoked"
},
"details": {
"name": "BlendShapeData::GetColor",
"category": "Other"
},
"params": [
{
"typeid": "{FF875C22-2E4F-4CE3-BA49-09BF78C70A09}",
"details": {
"name": "const BlendShapeData&"
}
},
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
}
},
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
}
}
],
"results": [
{
"typeid": "{937E3BF8-5204-4D40-A8DA-C8F083C89F9F}",
"details": {
"name": "SceneAPI::DataTypes::Color"
}
}
]
}
]
}
]
}
@@ -0,0 +1,52 @@
{
"entries": [
{
"key": "BlendShapeDataFace",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "BlendShapeDataFace"
},
"methods": [
{
"key": "GetVertexIndex",
"context": "BlendShapeDataFace",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetVertexIndex"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetVertexIndex is invoked"
},
"details": {
"name": "BlendShapeDataFace::GetVertexIndex",
"category": "Other"
},
"params": [
{
"typeid": "{C972EC9A-3A5C-47CD-9A92-ECB4C0C0451C}",
"details": {
"name": "const SceneAPI::DataTypes::IBlendShapeData::Face&"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
],
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "BoxShapeConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "BoxShapeConfig"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "CameraComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "CameraComponent"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "CapsuleShapeConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "CapsuleShapeConfig"
}
}
]
}
@@ -0,0 +1,80 @@
{
"entries": [
{
"key": "CollisionEvent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "CollisionEvent"
},
"methods": [
{
"key": "GetBody1EntityId",
"context": "CollisionEvent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetBody1EntityId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetBody1EntityId is invoked"
},
"details": {
"name": "CollisionEvent::Get Body 1 EntityId",
"category": "Other"
},
"params": [
{
"typeid": "{7602AA36-792C-4BDC-BDF8-AA16792151A3}",
"details": {
"name": "CollisionEvent*"
}
}
],
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "GetBody2EntityId",
"context": "CollisionEvent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetBody2EntityId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetBody2EntityId is invoked"
},
"details": {
"name": "CollisionEvent::Get Body 2 EntityId",
"category": "Other"
},
"params": [
{
"typeid": "{7602AA36-792C-4BDC-BDF8-AA16792151A3}",
"details": {
"name": "CollisionEvent*"
}
}
],
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "CollisionGroup",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "CollisionGroup"
}
}
]
}
@@ -0,0 +1,117 @@
{
"entries": [
{
"key": "ComponentId",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ComponentID",
"category": "Entity"
},
"methods": [
{
"key": "IsValid",
"context": "ComponentId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsValid"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsValid is invoked"
},
"details": {
"name": "ComponentId::IsValid",
"category": "Entity"
},
"params": [
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId*"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
}
}
]
},
{
"key": "Equal",
"context": "ComponentId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Equal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Equal is invoked"
},
"details": {
"name": "ComponentId::Equal",
"category": "Entity"
},
"params": [
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId*"
}
},
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "const BehaviorComponentId&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
}
}
]
},
{
"key": "ToString",
"context": "ComponentId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
},
"details": {
"name": "ComponentId::ToString",
"category": "Entity"
},
"params": [
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId*"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "String"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "ConstantGradientComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ConstantGradientComponent"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "ConstantGradientConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ConstantGradientConfig"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "Contact",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Contact"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "CryRange",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "CryRange"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "CylinderShapeConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "CylinderShapeConfig"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "DiskShapeConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "DiskShapeConfig"
}
}
]
}
@@ -0,0 +1,46 @@
{
"entries": [
{
"key": "DisplaySettingsState",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "DisplaySettingsState"
},
"methods": [
{
"key": "ToString",
"context": "DisplaySettingsState",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
},
"details": {
"name": "DisplaySettingsState::ToString",
"category": "Other"
},
"params": [
{
"typeid": "{EBEDA5EC-29D3-4F23-ABCC-C7C4EE48FA36}",
"details": {
"name": "DisplaySettingsState*"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "DitherGradientComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "DitherGradientComponent"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "DitherGradientConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "DitherGradientConfig"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "EditorActorComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "EditorActorComponent"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "EditorCameraComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "EditorCameraComponent"
}
}
]
}
@@ -0,0 +1,71 @@
{
"entries": [
{
"key": "EditorLayerComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "EditorLayerComponent"
},
"methods": [
{
"key": "CreateLayerEntityFromName",
"context": "EditorLayerComponent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateLayerEntityFromName"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateLayerEntityFromName is invoked"
},
"details": {
"name": "EditorLayerComponent::CreateLayerEntityFromName",
"category": "Other"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
}
}
],
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "RecoverLayer",
"context": "EditorLayerComponent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RecoverLayer"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RecoverLayer is invoked"
},
"details": {
"name": "EditorLayerComponent::RecoverLayer",
"category": "Other"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "EditorMaterialComponentSlot",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "EditorMaterialComponentSlot"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "EditorSequenceComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "EditorSequenceComponent"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "EditorSimpleMotionComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "EditorSimpleMotionComponent"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "EditorTransformBus",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "EditorTransformBus"
}
}
]
}
@@ -0,0 +1,45 @@
{
"entries": [
{
"key": "Entity Transform",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Entity Transform"
},
"methods": [
{
"key": "Rotate",
"context": "Entity Transform",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Rotate"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Rotate is invoked"
},
"details": {
"name": "Entity Transform::Rotate",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "const Vector3&"
}
}
]
}
]
}
]
}
@@ -0,0 +1,658 @@
{
"entries": [
{
"key": "Entity",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Entity",
"category": "Entity"
},
"methods": [
{
"key": "GetComponentName",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetComponentName"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetComponentName is invoked"
},
"details": {
"name": "Entity::GetComponentName",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
},
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::vector<AZ::u64, allocator>"
}
}
]
},
{
"key": "GetComponentType",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetComponentType"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetComponentType is invoked"
},
"details": {
"name": "Entity::GetComponentType",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
},
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId"
}
}
],
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "Uuid"
}
}
]
},
{
"key": "CreateComponent",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateComponent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateComponent is invoked"
},
"details": {
"name": "Entity::CreateComponent",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
},
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "const AZ::Uuid&"
}
},
{
"typeid": "{0A7929DF-2932-40EA-B2B3-79BC1C3490D0}",
"details": {
"name": "const ComponentConfig*"
}
}
],
"results": [
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "Number"
}
}
]
},
{
"key": "DestroyComponent",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DestroyComponent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DestroyComponent is invoked"
},
"details": {
"name": "Entity::DestroyComponent",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
},
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
}
}
]
},
{
"key": "FindComponentOfType",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FindComponentOfType"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FindComponentOfType is invoked"
},
"details": {
"name": "Entity::FindComponentOfType",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
},
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "const AZ::Uuid&"
}
}
],
"results": [
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "Component ID"
}
}
]
},
{
"key": "SetComponentConfiguration",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetComponentConfiguration"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetComponentConfiguration is invoked"
},
"details": {
"name": "Entity::SetComponentConfiguration",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
},
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId"
}
},
{
"typeid": "{0A7929DF-2932-40EA-B2B3-79BC1C3490D0}",
"details": {
"name": "const ComponentConfig&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
}
}
]
},
{
"key": "IsValid",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsValid"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsValid is invoked"
},
"details": {
"name": "Entity::IsValid",
"category": "Entity/Game Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "EntityID",
"tooltip": "Entity"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
}
}
]
},
{
"key": "GetId",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetId is invoked"
},
"details": {
"name": "Entity::GetId",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
}
],
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityID",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "GetOwningContextId",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOwningContextId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOwningContextId is invoked"
},
"details": {
"name": "Entity::GetOwningContextId",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
}
],
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "Uuid"
}
}
]
},
{
"key": "GetComponents",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetComponents"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetComponents is invoked"
},
"details": {
"name": "Entity::GetComponents",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
}
],
"results": [
{
"typeid": "{8293031B-ABC3-5CD2-A1CB-1DB6792ADD5C}",
"details": {
"name": "Components"
}
}
]
},
{
"key": "FindAllComponentsOfType",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FindAllComponentsOfType"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FindAllComponentsOfType is invoked"
},
"details": {
"name": "Entity::FindAllComponentsOfType",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
},
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "const AZ::Uuid&"
}
}
],
"results": [
{
"typeid": "{8293031B-ABC3-5CD2-A1CB-1DB6792ADD5C}",
"details": {
"name": "AZStd::vector<AZ::u64, allocator>"
}
}
]
},
{
"key": "GetComponentConfiguration",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetComponentConfiguration"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetComponentConfiguration is invoked"
},
"details": {
"name": "Entity::GetComponentConfiguration",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
},
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId"
}
},
{
"typeid": "{0A7929DF-2932-40EA-B2B3-79BC1C3490D0}",
"details": {
"name": "ComponentConfig&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
}
}
]
},
{
"key": "SetName",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetName"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetName is invoked"
},
"details": {
"name": "Entity::SetName",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "const char*"
}
}
]
},
{
"key": "IsActivated",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsActivated"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsActivated is invoked"
},
"details": {
"name": "Entity::IsActivated",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
}
}
]
},
{
"key": "Activate",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Activate"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Activate is invoked"
},
"details": {
"name": "Entity::Activate",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
}
]
},
{
"key": "Deactivate",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Deactivate"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Deactivate is invoked"
},
"details": {
"name": "Entity::Deactivate",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
}
]
},
{
"key": "GetName",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetName"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetName is invoked"
},
"details": {
"name": "Entity::GetName",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "String"
}
}
]
},
{
"key": "Exists",
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Exists"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Exists is invoked"
},
"details": {
"name": "Entity::Exists",
"category": "Entity"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"tooltip": "Entity"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
}
}
]
}
]
}
]
}
@@ -0,0 +1,117 @@
{
"entries": [
{
"key": "EntityComponentIdPair",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "EntityComponentIdPair"
},
"methods": [
{
"key": "GetEntityId",
"context": "EntityComponentIdPair",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetEntityId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetEntityId is invoked"
},
"details": {
"name": "EntityComponentIdPair::GetEntityId",
"category": "Other"
},
"params": [
{
"typeid": "{C845E5EC-5580-4E12-A9B2-9AE7E5B7826F}",
"details": {
"name": "EntityComponentIdPair*"
}
}
],
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "Equal",
"context": "EntityComponentIdPair",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Equal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Equal is invoked"
},
"details": {
"name": "EntityComponentIdPair::Equal",
"category": "Other"
},
"params": [
{
"typeid": "{C845E5EC-5580-4E12-A9B2-9AE7E5B7826F}",
"details": {
"name": "EntityComponentIdPair*"
}
},
{
"typeid": "{C845E5EC-5580-4E12-A9B2-9AE7E5B7826F}",
"details": {
"name": "const EntityComponentIdPair&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "ToString",
"context": "EntityComponentIdPair",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
},
"details": {
"name": "EntityComponentIdPair::ToString",
"category": "Other"
},
"params": [
{
"typeid": "{C845E5EC-5580-4E12-A9B2-9AE7E5B7826F}",
"details": {
"name": "const EntityComponentIdPair*"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
]
}
]
}
]
}
@@ -0,0 +1,230 @@
{
"entries": [
{
"key": "EntityEntity_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "EntityEntity_VM"
},
"methods": [
{
"key": "ToString",
"context": "EntityEntity_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
},
"details": {
"name": "EntityEntity_VM::ToString",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"tooltip": "Entity Unique Id"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
]
},
{
"key": "IsValid",
"context": "EntityEntity_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsValid"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsValid is invoked"
},
"details": {
"name": "EntityEntity_VM::IsValid",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"tooltip": "Entity Unique Id"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "GetEntityForward",
"context": "EntityEntity_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetEntityForward"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetEntityForward is invoked"
},
"details": {
"name": "EntityEntity_VM::GetEntityForward",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "IsActive",
"context": "EntityEntity_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsActive"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsActive is invoked"
},
"details": {
"name": "EntityEntity_VM::IsActive",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"tooltip": "Entity Unique Id"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "GetEntityRight",
"context": "EntityEntity_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetEntityRight"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetEntityRight is invoked"
},
"details": {
"name": "EntityEntity_VM::GetEntityRight",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "GetEntityUp",
"context": "EntityEntity_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetEntityUp"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetEntityUp is invoked"
},
"details": {
"name": "EntityEntity_VM::GetEntityUp",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "EntityType",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "EntityType"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "ExecutionStateInterpretedPerActivation",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ExecutionStateInterpretedPerActivation"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "ExecutionStateInterpretedPerActivationOnGraphStart",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ExecutionStateInterpretedPerActivationOnGraphStart"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "ExecutionStateInterpretedPure",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ExecutionStateInterpretedPure"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "ExecutionStateInterpretedPureOnGraphStart",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ExecutionStateInterpretedPureOnGraphStart"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "ExecutionStateInterpretedSingleton",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ExecutionStateInterpretedSingleton"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "ExportProduct",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ExportProduct"
}
}
]
}
@@ -0,0 +1,112 @@
{
"entries": [
{
"key": "ExportProductList",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ExportProductList"
},
"methods": [
{
"key": "AddProduct",
"context": "ExportProductList",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke AddProduct"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after AddProduct is invoked"
},
"details": {
"name": "ExportProductList::AddProduct",
"category": "Other"
},
"params": [
{
"typeid": "{1C76A51F-431B-4987-B653-CFCC940D0D0F}",
"details": {
"name": "SceneAPI::Events::ExportProductList&"
}
},
{
"typeid": "{6054EDCB-4C04-4D96-BF26-704999FFB725}",
"details": {
"name": "SceneAPI::Events::ExportProduct&"
}
}
]
},
{
"key": "GetProducts",
"context": "ExportProductList",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetProducts"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetProducts is invoked"
},
"details": {
"name": "ExportProductList::GetProducts",
"category": "Other"
},
"params": [
{
"typeid": "{1C76A51F-431B-4987-B653-CFCC940D0D0F}",
"details": {
"name": "SceneAPI::Events::ExportProductList*"
}
}
],
"results": [
{
"typeid": "{BFBA17B6-CDE2-5239-AEE0-58DF7FA14E3C}",
"details": {
"name": "const AZStd::vector<SceneAPI::Events::ExportProduct, allocator>"
}
}
]
},
{
"key": "AddDependencyToProduct",
"context": "ExportProductList",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke AddDependencyToProduct"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after AddDependencyToProduct is invoked"
},
"details": {
"name": "ExportProductList::AddDependencyToProduct",
"category": "Other"
},
"params": [
{
"typeid": "{1C76A51F-431B-4987-B653-CFCC940D0D0F}",
"details": {
"name": "SceneAPI::Events::ExportProductList*"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
}
},
{
"typeid": "{6054EDCB-4C04-4D96-BF26-704999FFB725}",
"details": {
"name": "SceneAPI::Events::ExportProduct&"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "ExposureControlConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ExposureControlConfig"
}
}
]
}
@@ -0,0 +1,117 @@
{
"entries": [
{
"key": "GameplayNotificationId",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Gameplay Notification ID",
"category": "Gameplay"
},
"methods": [
{
"key": "ToString",
"context": "GameplayNotificationId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
},
"details": {
"name": "GameplayNotificationId::ToString",
"category": "Gameplay"
},
"params": [
{
"typeid": "{C5225D36-7068-412D-A46E-DDF79CA1D7FF}",
"details": {
"name": "GameplayNotificationId*"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "String"
}
}
]
},
{
"key": "Equal",
"context": "GameplayNotificationId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Equal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Equal is invoked"
},
"details": {
"name": "GameplayNotificationId::Equal",
"category": "Gameplay"
},
"params": [
{
"typeid": "{C5225D36-7068-412D-A46E-DDF79CA1D7FF}",
"details": {
"name": "GameplayNotificationId*"
}
},
{
"typeid": "{C5225D36-7068-412D-A46E-DDF79CA1D7FF}",
"details": {
"name": "const GameplayNotificationId&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
}
}
]
},
{
"key": "Clone",
"context": "GameplayNotificationId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Clone"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Clone is invoked"
},
"details": {
"name": "GameplayNotificationId::Clone",
"category": "Gameplay"
},
"params": [
{
"typeid": "{C5225D36-7068-412D-A46E-DDF79CA1D7FF}",
"details": {
"name": "GameplayNotificationId*"
}
}
],
"results": [
{
"typeid": "{C5225D36-7068-412D-A46E-DDF79CA1D7FF}",
"details": {
"name": "GameplayNotificationID"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "GradientSampleParams",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "GradientSampleParams"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "GradientSampler",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "GradientSampler"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "GradientSurfaceDataComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "GradientSurfaceDataComponent"
}
}
]
}
@@ -0,0 +1,144 @@
{
"entries": [
{
"key": "GradientSurfaceDataConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "GradientSurfaceDataConfig"
},
"methods": [
{
"key": "GetNumTags",
"context": "GradientSurfaceDataConfig",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetNumTags"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetNumTags is invoked"
},
"details": {
"name": "GradientSurfaceDataConfig::GetNumTags",
"category": "Other"
},
"params": [
{
"typeid": "{34516BA4-2B13-4A84-A46B-01E1980CA778}",
"details": {
"name": "GradientSurfaceDataConfig*"
}
}
],
"results": [
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
}
]
},
{
"key": "GetTag",
"context": "GradientSurfaceDataConfig",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetTag"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetTag is invoked"
},
"details": {
"name": "GradientSurfaceDataConfig::GetTag",
"category": "Other"
},
"params": [
{
"typeid": "{34516BA4-2B13-4A84-A46B-01E1980CA778}",
"details": {
"name": "GradientSurfaceDataConfig*"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
],
"results": [
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Crc32"
}
}
]
},
{
"key": "RemoveTag",
"context": "GradientSurfaceDataConfig",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RemoveTag"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RemoveTag is invoked"
},
"details": {
"name": "GradientSurfaceDataConfig::RemoveTag",
"category": "Other"
},
"params": [
{
"typeid": "{34516BA4-2B13-4A84-A46B-01E1980CA778}",
"details": {
"name": "GradientSurfaceDataConfig*"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
},
{
"key": "AddTag",
"context": "GradientSurfaceDataConfig",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke AddTag"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after AddTag is invoked"
},
"details": {
"name": "GradientSurfaceDataConfig::AddTag",
"category": "Other"
},
"params": [
{
"typeid": "{34516BA4-2B13-4A84-A46B-01E1980CA778}",
"details": {
"name": "GradientSurfaceDataConfig*"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "GradientTransformComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "GradientTransformComponent"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "GradientTransformConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "GradientTransformConfig"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "GraphModelSlotId",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "GraphModelSlotId"
}
}
]
}
@@ -0,0 +1,116 @@
{
"entries": [
{
"key": "IAnimationData",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "IAnimationData"
},
"methods": [
{
"key": "GetKeyFrameCount",
"context": "IAnimationData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetKeyFrameCount"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetKeyFrameCount is invoked"
},
"details": {
"name": "IAnimationData::GetKeyFrameCount",
"category": "Other"
},
"params": [
{
"typeid": "{62B0571C-6EFF-42FA-902A-85AC744E04F2}",
"details": {
"name": "IAnimationData*"
}
}
],
"results": [
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
}
]
},
{
"key": "GetKeyFrame",
"context": "IAnimationData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetKeyFrame"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetKeyFrame is invoked"
},
"details": {
"name": "IAnimationData::GetKeyFrame",
"category": "Other"
},
"params": [
{
"typeid": "{62B0571C-6EFF-42FA-902A-85AC744E04F2}",
"details": {
"name": "IAnimationData*"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
}
],
"results": [
{
"typeid": "{1906D8A5-7DEC-4DE3-A606-9E53BB3459E7}",
"details": {
"name": "const Matrix3x4&"
}
}
]
},
{
"key": "GetTimeStepBetweenFrames",
"context": "IAnimationData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetTimeStepBetweenFrames"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetTimeStepBetweenFrames is invoked"
},
"details": {
"name": "IAnimationData::GetTimeStepBetweenFrames",
"category": "Other"
},
"params": [
{
"typeid": "{62B0571C-6EFF-42FA-902A-85AC744E04F2}",
"details": {
"name": "IAnimationData*"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
}
]
}
]
}
@@ -0,0 +1,148 @@
{
"entries": [
{
"key": "IBlendShapeAnimationData",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "IBlendShapeAnimationData"
},
"methods": [
{
"key": "GetBlendShapeName",
"context": "IBlendShapeAnimationData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetBlendShapeName"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetBlendShapeName is invoked"
},
"details": {
"name": "IBlendShapeAnimationData::GetBlendShapeName",
"category": "Other"
},
"params": [
{
"typeid": "{CD2004EB-8B88-42B2-A539-079A557C98C9}",
"details": {
"name": "IBlendShapeAnimationData*"
}
}
],
"results": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "const char*"
}
}
]
},
{
"key": "GetKeyFrameCount",
"context": "IBlendShapeAnimationData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetKeyFrameCount"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetKeyFrameCount is invoked"
},
"details": {
"name": "IBlendShapeAnimationData::GetKeyFrameCount",
"category": "Other"
},
"params": [
{
"typeid": "{CD2004EB-8B88-42B2-A539-079A557C98C9}",
"details": {
"name": "IBlendShapeAnimationData*"
}
}
],
"results": [
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
}
]
},
{
"key": "GetKeyFrame",
"context": "IBlendShapeAnimationData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetKeyFrame"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetKeyFrame is invoked"
},
"details": {
"name": "IBlendShapeAnimationData::GetKeyFrame",
"category": "Other"
},
"params": [
{
"typeid": "{CD2004EB-8B88-42B2-A539-079A557C98C9}",
"details": {
"name": "IBlendShapeAnimationData*"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "GetTimeStepBetweenFrames",
"context": "IBlendShapeAnimationData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetTimeStepBetweenFrames"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetTimeStepBetweenFrames is invoked"
},
"details": {
"name": "IBlendShapeAnimationData::GetTimeStepBetweenFrames",
"category": "Other"
},
"params": [
{
"typeid": "{CD2004EB-8B88-42B2-A539-079A557C98C9}",
"details": {
"name": "IBlendShapeAnimationData*"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
}
]
}
]
}
@@ -0,0 +1,344 @@
{
"entries": [
{
"key": "IBlendShapeData",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "IBlendShapeData"
},
"methods": [
{
"key": "GetNormal",
"context": "IBlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetNormal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetNormal is invoked"
},
"details": {
"name": "IBlendShapeData::GetNormal",
"category": "Other"
},
"params": [
{
"typeid": "{55E7384D-9333-4C51-BC91-E90CAC2C30E2}",
"details": {
"name": "IBlendShapeData*"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "const Vector3&"
}
}
]
},
{
"key": "GetFaceVertexIndex",
"context": "IBlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFaceVertexIndex"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFaceVertexIndex is invoked"
},
"details": {
"name": "IBlendShapeData::GetFaceVertexIndex",
"category": "Other"
},
"params": [
{
"typeid": "{55E7384D-9333-4C51-BC91-E90CAC2C30E2}",
"details": {
"name": "IBlendShapeData*"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
],
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
]
},
{
"key": "GetFaceInfo",
"context": "IBlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFaceInfo"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFaceInfo is invoked"
},
"details": {
"name": "IBlendShapeData::GetFaceInfo",
"category": "Other"
},
"params": [
{
"typeid": "{55E7384D-9333-4C51-BC91-E90CAC2C30E2}",
"details": {
"name": "IBlendShapeData*"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
],
"results": [
{
"typeid": "{C972EC9A-3A5C-47CD-9A92-ECB4C0C0451C}",
"details": {
"name": "const SceneAPI::DataTypes::IBlendShapeData::Face&"
}
}
]
},
{
"key": "GetPosition",
"context": "IBlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetPosition"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetPosition is invoked"
},
"details": {
"name": "IBlendShapeData::GetPosition",
"category": "Other"
},
"params": [
{
"typeid": "{55E7384D-9333-4C51-BC91-E90CAC2C30E2}",
"details": {
"name": "IBlendShapeData*"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "const Vector3&"
}
}
]
},
{
"key": "GetUsedPointIndexForControlPoint",
"context": "IBlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUsedPointIndexForControlPoint"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUsedPointIndexForControlPoint is invoked"
},
"details": {
"name": "IBlendShapeData::GetUsedPointIndexForControlPoint",
"category": "Other"
},
"params": [
{
"typeid": "{55E7384D-9333-4C51-BC91-E90CAC2C30E2}",
"details": {
"name": "IBlendShapeData*"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
],
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
},
{
"key": "GetVertexCount",
"context": "IBlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetVertexCount"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetVertexCount is invoked"
},
"details": {
"name": "IBlendShapeData::GetVertexCount",
"category": "Other"
},
"params": [
{
"typeid": "{55E7384D-9333-4C51-BC91-E90CAC2C30E2}",
"details": {
"name": "IBlendShapeData*"
}
}
],
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
]
},
{
"key": "GetFaceCount",
"context": "IBlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFaceCount"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFaceCount is invoked"
},
"details": {
"name": "IBlendShapeData::GetFaceCount",
"category": "Other"
},
"params": [
{
"typeid": "{55E7384D-9333-4C51-BC91-E90CAC2C30E2}",
"details": {
"name": "IBlendShapeData*"
}
}
],
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
]
},
{
"key": "GetControlPointIndex",
"context": "IBlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetControlPointIndex"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetControlPointIndex is invoked"
},
"details": {
"name": "IBlendShapeData::GetControlPointIndex",
"category": "Other"
},
"params": [
{
"typeid": "{55E7384D-9333-4C51-BC91-E90CAC2C30E2}",
"details": {
"name": "IBlendShapeData*"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
],
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
},
{
"key": "GetUsedControlPointCount",
"context": "IBlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUsedControlPointCount"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUsedControlPointCount is invoked"
},
"details": {
"name": "IBlendShapeData::GetUsedControlPointCount",
"category": "Other"
},
"params": [
{
"typeid": "{55E7384D-9333-4C51-BC91-E90CAC2C30E2}",
"details": {
"name": "IBlendShapeData*"
}
}
],
"results": [
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "IGraphObject",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "IGraphObject"
}
}
]
}
@@ -0,0 +1,78 @@
{
"entries": [
{
"key": "IMeshData",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "IMeshData"
},
"methods": [
{
"key": "GetUnitSizeInMeters",
"context": "IMeshData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUnitSizeInMeters"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUnitSizeInMeters is invoked"
},
"details": {
"name": "IMeshData::GetUnitSizeInMeters",
"category": "Other"
},
"params": [
{
"typeid": "{B94A59C0-F3A5-40A0-B541-7E36B6576C4A}",
"details": {
"name": "IMeshData*"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "GetOriginalUnitSizeInMeters",
"context": "IMeshData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOriginalUnitSizeInMeters"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOriginalUnitSizeInMeters is invoked"
},
"details": {
"name": "IMeshData::GetOriginalUnitSizeInMeters",
"category": "Other"
},
"params": [
{
"typeid": "{B94A59C0-F3A5-40A0-B541-7E36B6576C4A}",
"details": {
"name": "IMeshData*"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "ImageGradientComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ImageGradientComponent"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "ImageGradientConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ImageGradientConfig"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "InputDeviceGamepad",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "InputDeviceGamepad"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "InputDeviceKeyboard",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "InputDeviceKeyboard"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "InputDeviceMotion",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "InputDeviceMotion"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "InputDeviceMouse",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "InputDeviceMouse"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "InputDeviceTouch",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "InputDeviceTouch"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "InputDeviceVirtualKeyboard",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "InputDeviceVirtualKeyboard"
}
}
]
}
@@ -0,0 +1,157 @@
{
"entries": [
{
"key": "InputEventNotificationId",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Input Event Notification ID",
"category": "Gameplay/Input"
},
"methods": [
{
"key": "ToString",
"context": "InputEventNotificationId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
},
"details": {
"name": "InputEventNotificationId::ToString",
"category": "Gameplay/Input"
},
"params": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "InputEventNotificationId*"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "String"
}
}
]
},
{
"key": "Equal",
"context": "InputEventNotificationId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Equal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Equal is invoked"
},
"details": {
"name": "InputEventNotificationId::Equal",
"category": "Gameplay/Input"
},
"params": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "InputEventNotificationId*"
}
},
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "const InputEventNotificationId&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
}
}
]
},
{
"key": "Clone",
"context": "InputEventNotificationId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Clone"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Clone is invoked"
},
"details": {
"name": "InputEventNotificationId::Clone",
"category": "Gameplay/Input"
},
"params": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "InputEventNotificationId*"
}
}
],
"results": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "InputEventNotificationID"
}
}
]
},
{
"key": "CreateInputEventNotificationId",
"context": "InputEventNotificationId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateInputEventNotificationId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateInputEventNotificationId is invoked"
},
"details": {
"name": "InputEventNotificationId::CreateInputEventNotificationId",
"category": "Gameplay/Input"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "localUserId",
"tooltip": "Local user ID (0-3, or -1 for all users)"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "actionName",
"tooltip": "The name of the Input event action"
}
}
],
"results": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "InputEventNotificationID"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "InvertGradientComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "InvertGradientComponent"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "InvertGradientConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "InvertGradientConfig"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "LevelsGradientComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "LevelsGradientComponent"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "LevelsGradientConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "LevelsGradientConfig"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "LightConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "LightConfig"
}
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "LightingPreset",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "LightingPreset"
}
}
]
}
@@ -0,0 +1,46 @@
{
"entries": [
{
"key": "MaterialAssignment",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MaterialAssignment"
},
"methods": [
{
"key": "ToString",
"context": "MaterialAssignment",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
},
"details": {
"name": "MaterialAssignment::ToString",
"category": "Other"
},
"params": [
{
"typeid": "{C66E5214-A24B-4722-B7F0-5991E6F8F163}",
"details": {
"name": "AZ::Render::MaterialAssignment*"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
]
}
]
}
]
}
@@ -0,0 +1,206 @@
{
"entries": [
{
"key": "MaterialAssignmentId",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MaterialAssignmentId"
},
"methods": [
{
"key": "ToString",
"context": "MaterialAssignmentId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
},
"details": {
"name": "MaterialAssignmentId::ToString",
"category": "Other"
},
"params": [
{
"typeid": "{EB603581-4654-4C17-B6DE-AE61E79EDA97}",
"details": {
"name": "AZ::Render::MaterialAssignmentId*"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
]
},
{
"key": "IsAssetOnly",
"context": "MaterialAssignmentId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsAssetOnly"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsAssetOnly is invoked"
},
"details": {
"name": "MaterialAssignmentId::IsAssetOnly",
"category": "Other"
},
"params": [
{
"typeid": "{EB603581-4654-4C17-B6DE-AE61E79EDA97}",
"details": {
"name": "AZ::Render::MaterialAssignmentId*"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "IsSlotIdOnly",
"context": "MaterialAssignmentId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsSlotIdOnly"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsSlotIdOnly is invoked"
},
"details": {
"name": "MaterialAssignmentId::IsSlotIdOnly",
"category": "Other"
},
"params": [
{
"typeid": "{EB603581-4654-4C17-B6DE-AE61E79EDA97}",
"details": {
"name": "AZ::Render::MaterialAssignmentId*"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "IsLodAndSlotId",
"context": "MaterialAssignmentId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsLodAndSlotId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsLodAndSlotId is invoked"
},
"details": {
"name": "MaterialAssignmentId::IsLodAndSlotId",
"category": "Other"
},
"params": [
{
"typeid": "{EB603581-4654-4C17-B6DE-AE61E79EDA97}",
"details": {
"name": "AZ::Render::MaterialAssignmentId*"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "IsDefault",
"context": "MaterialAssignmentId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsDefault"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsDefault is invoked"
},
"details": {
"name": "MaterialAssignmentId::IsDefault",
"category": "Other"
},
"params": [
{
"typeid": "{EB603581-4654-4C17-B6DE-AE61E79EDA97}",
"details": {
"name": "AZ::Render::MaterialAssignmentId*"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "IsLodAndAsset",
"context": "MaterialAssignmentId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsLodAndAsset"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsLodAndAsset is invoked"
},
"details": {
"name": "MaterialAssignmentId::IsLodAndAsset",
"category": "Other"
},
"params": [
{
"typeid": "{EB603581-4654-4C17-B6DE-AE61E79EDA97}",
"details": {
"name": "AZ::Render::MaterialAssignmentId*"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
}
]
}
]
}
@@ -0,0 +1,12 @@
{
"entries": [
{
"key": "MaterialComponentConfig",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MaterialComponentConfig"
}
}
]
}
@@ -0,0 +1,614 @@
{
"entries": [
{
"key": "MaterialData",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MaterialData"
},
"methods": [
{
"key": "GetBaseColor",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetBaseColor"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetBaseColor is invoked"
},
"details": {
"name": "MaterialData::GetBaseColor",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "const MaterialData&",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "GetUseRoughnessMap",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUseRoughnessMap"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUseRoughnessMap is invoked"
},
"details": {
"name": "MaterialData::GetUseRoughnessMap",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "const MaterialData&",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "GetShininess",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetShininess"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetShininess is invoked"
},
"details": {
"name": "MaterialData::GetShininess",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "MaterialData*",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "GetUseEmissiveMap",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUseEmissiveMap"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUseEmissiveMap is invoked"
},
"details": {
"name": "MaterialData::GetUseEmissiveMap",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "const MaterialData&",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "GetEmissiveColor",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetEmissiveColor"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetEmissiveColor is invoked"
},
"details": {
"name": "MaterialData::GetEmissiveColor",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "MaterialData*",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "const Vector3&"
}
}
]
},
{
"key": "GetSpecularColor",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetSpecularColor"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetSpecularColor is invoked"
},
"details": {
"name": "MaterialData::GetSpecularColor",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "MaterialData*",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "const Vector3&"
}
}
]
},
{
"key": "GetUniqueId",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUniqueId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUniqueId is invoked"
},
"details": {
"name": "MaterialData::GetUniqueId",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "MaterialData*",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
}
]
},
{
"key": "GetDiffuseColor",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetDiffuseColor"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetDiffuseColor is invoked"
},
"details": {
"name": "MaterialData::GetDiffuseColor",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "MaterialData*",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "const Vector3&"
}
}
]
},
{
"key": "GetEmissiveIntensity",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetEmissiveIntensity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetEmissiveIntensity is invoked"
},
"details": {
"name": "MaterialData::GetEmissiveIntensity",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "const MaterialData&",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "GetMaterialName",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetMaterialName"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetMaterialName is invoked"
},
"details": {
"name": "MaterialData::GetMaterialName",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "MaterialData*",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
}
}
]
},
{
"key": "GetUseMetallicMap",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUseMetallicMap"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUseMetallicMap is invoked"
},
"details": {
"name": "MaterialData::GetUseMetallicMap",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "const MaterialData&",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "GetMetallicFactor",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetMetallicFactor"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetMetallicFactor is invoked"
},
"details": {
"name": "MaterialData::GetMetallicFactor",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "const MaterialData&",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "GetRoughnessFactor",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetRoughnessFactor"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetRoughnessFactor is invoked"
},
"details": {
"name": "MaterialData::GetRoughnessFactor",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "const MaterialData&",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "GetUseAOMap",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUseAOMap"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUseAOMap is invoked"
},
"details": {
"name": "MaterialData::GetUseAOMap",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "const MaterialData&",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "GetTexture",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetTexture"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetTexture is invoked"
},
"details": {
"name": "MaterialData::GetTexture",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "MaterialData*",
"tooltip": "Material configuration for the parent."
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
}
}
]
},
{
"key": "IsNoDraw",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsNoDraw"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsNoDraw is invoked"
},
"details": {
"name": "MaterialData::IsNoDraw",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "MaterialData*",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "GetOpacity",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOpacity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOpacity is invoked"
},
"details": {
"name": "MaterialData::GetOpacity",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "MaterialData*",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "GetUseColorMap",
"context": "MaterialData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUseColorMap"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUseColorMap is invoked"
},
"details": {
"name": "MaterialData::GetUseColorMap",
"category": "Other"
},
"params": [
{
"typeid": "{F2EE1768-183B-483E-9778-CB3D3D0DA68A}",
"details": {
"name": "const MaterialData&",
"tooltip": "Material configuration for the parent."
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
}
]
}
]
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,948 @@
{
"entries": [
{
"key": "MathAABB_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MathAABB_VM"
},
"methods": [
{
"key": "Overlaps",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Overlaps"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Overlaps is invoked"
},
"details": {
"name": "MathAABB_VM::Overlaps",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
},
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "SurfaceArea",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SurfaceArea"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SurfaceArea is invoked"
},
"details": {
"name": "MathAABB_VM::SurfaceArea",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "ToSphere",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToSphere"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToSphere is invoked"
},
"details": {
"name": "MathAABB_VM::ToSphere",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{CD6328B1-6CC4-54CE-97F4-9D91F5A242F4}",
"details": {
"name": "tuple<Vector3 double >"
}
}
]
},
{
"key": "FromOBB",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromOBB"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromOBB is invoked"
},
"details": {
"name": "MathAABB_VM::FromOBB",
"category": "Other"
},
"params": [
{
"typeid": "{004ABD25-CF14-4EB3-BD41-022C247C07FA}",
"details": {
"name": "const Obb&"
}
}
],
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "Translate",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Translate"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Translate is invoked"
},
"details": {
"name": "MathAABB_VM::Translate",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "ContainsVector3",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ContainsVector3"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ContainsVector3 is invoked"
},
"details": {
"name": "MathAABB_VM::ContainsVector3",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "const Vector3&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "Distance",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Distance"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Distance is invoked"
},
"details": {
"name": "MathAABB_VM::Distance",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "FromPoint",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromPoint"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromPoint is invoked"
},
"details": {
"name": "MathAABB_VM::FromPoint",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "const Vector3&"
}
}
],
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "Null",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Null"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Null is invoked"
},
"details": {
"name": "MathAABB_VM::Null",
"category": "Other"
},
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "YExtent",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke YExtent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after YExtent is invoked"
},
"details": {
"name": "MathAABB_VM::YExtent",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "Clamp",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Clamp"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Clamp is invoked"
},
"details": {
"name": "MathAABB_VM::Clamp",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
},
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "ContainsAABB",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ContainsAABB"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ContainsAABB is invoked"
},
"details": {
"name": "MathAABB_VM::ContainsAABB",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
},
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "Expand",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Expand"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Expand is invoked"
},
"details": {
"name": "MathAABB_VM::Expand",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "Extents",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Extents"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Extents is invoked"
},
"details": {
"name": "MathAABB_VM::Extents",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "FromCenterHalfExtents",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromCenterHalfExtents"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromCenterHalfExtents is invoked"
},
"details": {
"name": "MathAABB_VM::FromCenterHalfExtents",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "GetMin",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetMin"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetMin is invoked"
},
"details": {
"name": "MathAABB_VM::GetMin",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "ApplyTransform",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ApplyTransform"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ApplyTransform is invoked"
},
"details": {
"name": "MathAABB_VM::ApplyTransform",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
}
],
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "Center",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Center"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Center is invoked"
},
"details": {
"name": "MathAABB_VM::Center",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "FromMinMax",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromMinMax"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromMinMax is invoked"
},
"details": {
"name": "MathAABB_VM::FromMinMax",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "IsFinite",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsFinite"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsFinite is invoked"
},
"details": {
"name": "MathAABB_VM::IsFinite",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "IsValid",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsValid"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsValid is invoked"
},
"details": {
"name": "MathAABB_VM::IsValid",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "GetMax",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetMax"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetMax is invoked"
},
"details": {
"name": "MathAABB_VM::GetMax",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "XExtent",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke XExtent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after XExtent is invoked"
},
"details": {
"name": "MathAABB_VM::XExtent",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "AddPoint",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke AddPoint"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after AddPoint is invoked"
},
"details": {
"name": "MathAABB_VM::AddPoint",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "AddAABB",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke AddAABB"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after AddAABB is invoked"
},
"details": {
"name": "MathAABB_VM::AddAABB",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
},
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "FromCenterRadius",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromCenterRadius"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromCenterRadius is invoked"
},
"details": {
"name": "MathAABB_VM::FromCenterRadius",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "ZExtent",
"context": "MathAABB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ZExtent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ZExtent is invoked"
},
"details": {
"name": "MathAABB_VM::ZExtent",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
}
]
}
]
}
@@ -0,0 +1,602 @@
{
"entries": [
{
"key": "MathColor_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MathColor_VM"
},
"methods": [
{
"key": "One",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke One"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after One is invoked"
},
"details": {
"name": "MathColor_VM::One",
"category": "Other"
},
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "LinearToGamma",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke LinearToGamma"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after LinearToGamma is invoked"
},
"details": {
"name": "MathColor_VM::LinearToGamma",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "FromVector3",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromVector3"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromVector3 is invoked"
},
"details": {
"name": "MathColor_VM::FromVector3",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "MultiplyByNumber",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke MultiplyByNumber"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after MultiplyByNumber is invoked"
},
"details": {
"name": "MathColor_VM::MultiplyByNumber",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "Negate",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Negate"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Negate is invoked"
},
"details": {
"name": "MathColor_VM::Negate",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "Dot3",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Dot3"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Dot3 is invoked"
},
"details": {
"name": "MathColor_VM::Dot3",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "Dot",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Dot"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Dot is invoked"
},
"details": {
"name": "MathColor_VM::Dot",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "FromValues",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromValues"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromValues is invoked"
},
"details": {
"name": "MathColor_VM::FromValues",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "DivideByNumber",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DivideByNumber"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DivideByNumber is invoked"
},
"details": {
"name": "MathColor_VM::DivideByNumber",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "FromVector3AndNumber",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromVector3AndNumber"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromVector3AndNumber is invoked"
},
"details": {
"name": "MathColor_VM::FromVector3AndNumber",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "GammaToLinear",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GammaToLinear"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GammaToLinear is invoked"
},
"details": {
"name": "MathColor_VM::GammaToLinear",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "IsClose",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsClose"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsClose is invoked"
},
"details": {
"name": "MathColor_VM::IsClose",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "IsZero",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsZero"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsZero is invoked"
},
"details": {
"name": "MathColor_VM::IsZero",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "MultiplyByColor",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke MultiplyByColor"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after MultiplyByColor is invoked"
},
"details": {
"name": "MathColor_VM::MultiplyByColor",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "Add",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Add"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Add is invoked"
},
"details": {
"name": "MathColor_VM::Add",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "Subtract",
"context": "MathColor_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Subtract"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Subtract is invoked"
},
"details": {
"name": "MathColor_VM::Subtract",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
}
]
}
]
}
@@ -0,0 +1,46 @@
{
"entries": [
{
"key": "MathCrc32_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MathCrc32_VM"
},
"methods": [
{
"key": "FromString",
"context": "MathCrc32_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromString"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromString is invoked"
},
"details": {
"name": "MathCrc32_VM::FromString",
"category": "Other"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
],
"results": [
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Crc32"
}
}
]
}
]
}
]
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,960 @@
{
"entries": [
{
"key": "MathMatrix4x4_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MathMatrix4x4_VM"
},
"methods": [
{
"key": "GetRow",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetRow"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetRow is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::GetRow",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "Vector4"
}
}
]
},
{
"key": "FromRotationXDegrees",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromRotationXDegrees"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromRotationXDegrees is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::FromRotationXDegrees",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "FromRotationZDegrees",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromRotationZDegrees"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromRotationZDegrees is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::FromRotationZDegrees",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "FromRows",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromRows"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromRows is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::FromRows",
"category": "Other"
},
"params": [
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "const Vector4&"
}
},
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "const Vector4&"
}
},
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "const Vector4&"
}
},
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "const Vector4&"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "ToScale",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToScale"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToScale is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::ToScale",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "FromQuaternion",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromQuaternion"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromQuaternion is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::FromQuaternion",
"category": "Other"
},
"params": [
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "const Quaternion&"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "FromScale",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromScale"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromScale is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::FromScale",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "const Vector3&"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "FromTransform",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromTransform"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromTransform is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::FromTransform",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "GetTranslation",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetTranslation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetTranslation is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::GetTranslation",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "FromQuaternionAndTranslation",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromQuaternionAndTranslation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromQuaternionAndTranslation is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::FromQuaternionAndTranslation",
"category": "Other"
},
"params": [
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "const Quaternion&"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "const Vector3&"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "GetColumn",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetColumn"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetColumn is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::GetColumn",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "Vector4"
}
}
]
},
{
"key": "GetDiagonal",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetDiagonal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetDiagonal is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::GetDiagonal",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
}
],
"results": [
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "Vector4"
}
}
]
},
{
"key": "Invert",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Invert"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Invert is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::Invert",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "IsClose",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsClose"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsClose is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::IsClose",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
},
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "FromMatrix3x3",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromMatrix3x3"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromMatrix3x3 is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::FromMatrix3x3",
"category": "Other"
},
"params": [
{
"typeid": "{15A4332F-7C3F-4A58-AC35-50E1CE53FB9C}",
"details": {
"name": "const Matrix3x3&"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "GetColumns",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetColumns"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetColumns is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::GetColumns",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
}
],
"results": [
{
"typeid": "{3750867E-BD2D-52A2-B93B-51032E86C4D4}",
"details": {
"name": "tuple<Vector4 Vector4 Vector4 Vector4 >"
}
}
]
},
{
"key": "GetRows",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetRows"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetRows is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::GetRows",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
}
],
"results": [
{
"typeid": "{3750867E-BD2D-52A2-B93B-51032E86C4D4}",
"details": {
"name": "tuple<Vector4 Vector4 Vector4 Vector4 >"
}
}
]
},
{
"key": "MultiplyByMatrix",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke MultiplyByMatrix"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after MultiplyByMatrix is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::MultiplyByMatrix",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
},
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "FromDiagonal",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromDiagonal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromDiagonal is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::FromDiagonal",
"category": "Other"
},
"params": [
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "const Vector4&"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "FromRotationYDegrees",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromRotationYDegrees"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromRotationYDegrees is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::FromRotationYDegrees",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "GetElement",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetElement"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetElement is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::GetElement",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "Transpose",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Transpose"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Transpose is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::Transpose",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "FromColumns",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromColumns"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromColumns is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::FromColumns",
"category": "Other"
},
"params": [
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "const Vector4&"
}
},
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "const Vector4&"
}
},
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "const Vector4&"
}
},
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "const Vector4&"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "FromTranslation",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromTranslation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromTranslation is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::FromTranslation",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "const Vector3&"
}
}
],
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
},
{
"key": "IsFinite",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsFinite"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsFinite is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::IsFinite",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "MultiplyByVector",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke MultiplyByVector"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after MultiplyByVector is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::MultiplyByVector",
"category": "Other"
},
"params": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "const Matrix4x4&"
}
},
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "const Vector4&"
}
}
],
"results": [
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "Vector4"
}
}
]
},
{
"key": "Zero",
"context": "MathMatrix4x4_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Zero"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Zero is invoked"
},
"details": {
"name": "MathMatrix4x4_VM::Zero",
"category": "Other"
},
"results": [
{
"typeid": "{157193C7-B673-4A2B-8B43-5681DCC3DEC3}",
"details": {
"name": "Matrix4x4"
}
}
]
}
]
}
]
}
@@ -0,0 +1,250 @@
{
"entries": [
{
"key": "MathOBB_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MathOBB_VM"
},
"methods": [
{
"key": "GetPosition",
"context": "MathOBB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetPosition"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetPosition is invoked"
},
"details": {
"name": "MathOBB_VM::GetPosition",
"category": "Other"
},
"params": [
{
"typeid": "{004ABD25-CF14-4EB3-BD41-022C247C07FA}",
"details": {
"name": "const Obb&"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "GetAxisY",
"context": "MathOBB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetAxisY"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetAxisY is invoked"
},
"details": {
"name": "MathOBB_VM::GetAxisY",
"category": "Other"
},
"params": [
{
"typeid": "{004ABD25-CF14-4EB3-BD41-022C247C07FA}",
"details": {
"name": "const Obb&"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "GetAxisX",
"context": "MathOBB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetAxisX"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetAxisX is invoked"
},
"details": {
"name": "MathOBB_VM::GetAxisX",
"category": "Other"
},
"params": [
{
"typeid": "{004ABD25-CF14-4EB3-BD41-022C247C07FA}",
"details": {
"name": "const Obb&"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "FromAabb",
"context": "MathOBB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromAabb"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromAabb is invoked"
},
"details": {
"name": "MathOBB_VM::FromAabb",
"category": "Other"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "const Aabb&"
}
}
],
"results": [
{
"typeid": "{004ABD25-CF14-4EB3-BD41-022C247C07FA}",
"details": {
"name": "Obb"
}
}
]
},
{
"key": "FromPositionRotationAndHalfLengths",
"context": "MathOBB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromPositionRotationAndHalfLengths"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromPositionRotationAndHalfLengths is invoked"
},
"details": {
"name": "MathOBB_VM::FromPositionRotationAndHalfLengths",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{004ABD25-CF14-4EB3-BD41-022C247C07FA}",
"details": {
"name": "Obb"
}
}
]
},
{
"key": "GetAxisZ",
"context": "MathOBB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetAxisZ"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetAxisZ is invoked"
},
"details": {
"name": "MathOBB_VM::GetAxisZ",
"category": "Other"
},
"params": [
{
"typeid": "{004ABD25-CF14-4EB3-BD41-022C247C07FA}",
"details": {
"name": "const Obb&"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "IsFinite",
"context": "MathOBB_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsFinite"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsFinite is invoked"
},
"details": {
"name": "MathOBB_VM::IsFinite",
"category": "Other"
},
"params": [
{
"typeid": "{004ABD25-CF14-4EB3-BD41-022C247C07FA}",
"details": {
"name": "const Obb&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
}
]
}
]
}
@@ -0,0 +1,382 @@
{
"entries": [
{
"key": "MathPlane_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MathPlane_VM"
},
"methods": [
{
"key": "GetPlaneEquationCoefficients",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetPlaneEquationCoefficients"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetPlaneEquationCoefficients is invoked"
},
"details": {
"name": "MathPlane_VM::GetPlaneEquationCoefficients",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
],
"results": [
{
"typeid": "{7352CD6D-91DA-536F-BFCC-BC513FB48B2D}",
"details": {
"name": "tuple<double double double double >"
}
}
]
},
{
"key": "GetDistance",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetDistance"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetDistance is invoked"
},
"details": {
"name": "MathPlane_VM::GetDistance",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "Project",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Project"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Project is invoked"
},
"details": {
"name": "MathPlane_VM::Project",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "FromNormalAndPoint",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromNormalAndPoint"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromNormalAndPoint is invoked"
},
"details": {
"name": "MathPlane_VM::FromNormalAndPoint",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
]
},
{
"key": "IsFinite",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsFinite"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsFinite is invoked"
},
"details": {
"name": "MathPlane_VM::IsFinite",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "Transform",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Transform"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Transform is invoked"
},
"details": {
"name": "MathPlane_VM::Transform",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
}
],
"results": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
]
},
{
"key": "DistanceToPoint",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DistanceToPoint"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DistanceToPoint is invoked"
},
"details": {
"name": "MathPlane_VM::DistanceToPoint",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "FromCoefficients",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromCoefficients"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromCoefficients is invoked"
},
"details": {
"name": "MathPlane_VM::FromCoefficients",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
]
},
{
"key": "FromNormalAndDistance",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromNormalAndDistance"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromNormalAndDistance is invoked"
},
"details": {
"name": "MathPlane_VM::FromNormalAndDistance",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
]
},
{
"key": "GetNormal",
"context": "MathPlane_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetNormal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetNormal is invoked"
},
"details": {
"name": "MathPlane_VM::GetNormal",
"category": "Other"
},
"params": [
{
"typeid": "{847DD984-9DBF-4789-8E25-E0334402E8AD}",
"details": {
"name": "Plane"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
}
]
}
]
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,784 @@
{
"entries": [
{
"key": "MathRandom_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MathRandom_VM"
},
"methods": [
{
"key": "RandomPointOnSphere",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomPointOnSphere"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomPointOnSphere is invoked"
},
"details": {
"name": "MathRandom_VM::RandomPointOnSphere",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "RandomPointInCircle",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomPointInCircle"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomPointInCircle is invoked"
},
"details": {
"name": "MathRandom_VM::RandomPointInCircle",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "RandomPointInSquare",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomPointInSquare"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomPointInSquare is invoked"
},
"details": {
"name": "MathRandom_VM::RandomPointInSquare",
"category": "Other"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "RandomUnitVector2",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomUnitVector2"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomUnitVector2 is invoked"
},
"details": {
"name": "MathRandom_VM::RandomUnitVector2",
"category": "Other"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
}
}
]
},
{
"key": "RandomVector2",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomVector2"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomVector2 is invoked"
},
"details": {
"name": "MathRandom_VM::RandomVector2",
"category": "Other"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
}
},
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
}
}
],
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
}
}
]
},
{
"key": "RandomPointInCylinder",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomPointInCylinder"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomPointInCylinder is invoked"
},
"details": {
"name": "MathRandom_VM::RandomPointInCylinder",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "RandomQuaternion",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomQuaternion"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomQuaternion is invoked"
},
"details": {
"name": "MathRandom_VM::RandomQuaternion",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion"
}
}
]
},
{
"key": "RandomVector4",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomVector4"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomVector4 is invoked"
},
"details": {
"name": "MathRandom_VM::RandomVector4",
"category": "Other"
},
"params": [
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "Vector4"
}
},
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "Vector4"
}
}
],
"results": [
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "Vector4"
}
}
]
},
{
"key": "RandomPointInBox",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomPointInBox"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomPointInBox is invoked"
},
"details": {
"name": "MathRandom_VM::RandomPointInBox",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "RandomPointOnCircle",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomPointOnCircle"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomPointOnCircle is invoked"
},
"details": {
"name": "MathRandom_VM::RandomPointOnCircle",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "RandomPointInEllipsoid",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomPointInEllipsoid"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomPointInEllipsoid is invoked"
},
"details": {
"name": "MathRandom_VM::RandomPointInEllipsoid",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "RandomInteger",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomInteger"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomInteger is invoked"
},
"details": {
"name": "MathRandom_VM::RandomInteger",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "RandomPointInWedge",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomPointInWedge"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomPointInWedge is invoked"
},
"details": {
"name": "MathRandom_VM::RandomPointInWedge",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "RandomGrayscale",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomGrayscale"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomGrayscale is invoked"
},
"details": {
"name": "MathRandom_VM::RandomGrayscale",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "RandomPointInCone",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomPointInCone"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomPointInCone is invoked"
},
"details": {
"name": "MathRandom_VM::RandomPointInCone",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "RandomColor",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomColor"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomColor is invoked"
},
"details": {
"name": "MathRandom_VM::RandomColor",
"category": "Other"
},
"params": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "RandomNumber",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomNumber"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomNumber is invoked"
},
"details": {
"name": "MathRandom_VM::RandomNumber",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "RandomPointInSphere",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomPointInSphere"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomPointInSphere is invoked"
},
"details": {
"name": "MathRandom_VM::RandomPointInSphere",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "RandomUnitVector3",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomUnitVector3"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomUnitVector3 is invoked"
},
"details": {
"name": "MathRandom_VM::RandomUnitVector3",
"category": "Other"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "RandomVector3",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomVector3"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomVector3 is invoked"
},
"details": {
"name": "MathRandom_VM::RandomVector3",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "RandomPointInArc",
"context": "MathRandom_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RandomPointInArc"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RandomPointInArc is invoked"
},
"details": {
"name": "MathRandom_VM::RandomPointInArc",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
}
]
}
]
}
@@ -0,0 +1,790 @@
{
"entries": [
{
"key": "MathTransform_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "MathTransform_VM"
},
"methods": [
{
"key": "RotationZDegrees",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RotationZDegrees"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RotationZDegrees is invoked"
},
"details": {
"name": "MathTransform_VM::RotationZDegrees",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
}
]
},
{
"key": "GetUp",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUp"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUp is invoked"
},
"details": {
"name": "MathTransform_VM::GetUp",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "GetForward",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetForward"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetForward is invoked"
},
"details": {
"name": "MathTransform_VM::GetForward",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "IsClose",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsClose"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsClose is invoked"
},
"details": {
"name": "MathTransform_VM::IsClose",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "RotationXDegrees",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RotationXDegrees"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RotationXDegrees is invoked"
},
"details": {
"name": "MathTransform_VM::RotationXDegrees",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
}
]
},
{
"key": "FromTranslation",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromTranslation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromTranslation is invoked"
},
"details": {
"name": "MathTransform_VM::FromTranslation",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
}
]
},
{
"key": "IsFinite",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsFinite"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsFinite is invoked"
},
"details": {
"name": "MathTransform_VM::IsFinite",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "MultiplyByUniformScale",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke MultiplyByUniformScale"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after MultiplyByUniformScale is invoked"
},
"details": {
"name": "MathTransform_VM::MultiplyByUniformScale",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
}
]
},
{
"key": "MultiplyByTransform",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke MultiplyByTransform"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after MultiplyByTransform is invoked"
},
"details": {
"name": "MathTransform_VM::MultiplyByTransform",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
}
]
},
{
"key": "FromRotation",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromRotation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromRotation is invoked"
},
"details": {
"name": "MathTransform_VM::FromRotation",
"category": "Other"
},
"params": [
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
}
]
},
{
"key": "RotationYDegrees",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RotationYDegrees"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RotationYDegrees is invoked"
},
"details": {
"name": "MathTransform_VM::RotationYDegrees",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
}
]
},
{
"key": "FromRotationAndTranslation",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromRotationAndTranslation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromRotationAndTranslation is invoked"
},
"details": {
"name": "MathTransform_VM::FromRotationAndTranslation",
"category": "Other"
},
"params": [
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
}
]
},
{
"key": "MultiplyByVector3",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke MultiplyByVector3"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after MultiplyByVector3 is invoked"
},
"details": {
"name": "MathTransform_VM::MultiplyByVector3",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "MultiplyByVector4",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke MultiplyByVector4"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after MultiplyByVector4 is invoked"
},
"details": {
"name": "MathTransform_VM::MultiplyByVector4",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
},
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "Vector4"
}
}
],
"results": [
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "Vector4"
}
}
]
},
{
"key": "ToScale",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToScale"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToScale is invoked"
},
"details": {
"name": "MathTransform_VM::ToScale",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "FromMatrix3x3",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromMatrix3x3"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromMatrix3x3 is invoked"
},
"details": {
"name": "MathTransform_VM::FromMatrix3x3",
"category": "Other"
},
"params": [
{
"typeid": "{15A4332F-7C3F-4A58-AC35-50E1CE53FB9C}",
"details": {
"name": "Matrix3x3"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
}
]
},
{
"key": "GetRight",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetRight"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetRight is invoked"
},
"details": {
"name": "MathTransform_VM::GetRight",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "IsOrthogonal",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsOrthogonal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsOrthogonal is invoked"
},
"details": {
"name": "MathTransform_VM::IsOrthogonal",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "Orthogonalize",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Orthogonalize"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Orthogonalize is invoked"
},
"details": {
"name": "MathTransform_VM::Orthogonalize",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
}
]
},
{
"key": "FromMatrix3x3AndTranslation",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromMatrix3x3AndTranslation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromMatrix3x3AndTranslation is invoked"
},
"details": {
"name": "MathTransform_VM::FromMatrix3x3AndTranslation",
"category": "Other"
},
"params": [
{
"typeid": "{15A4332F-7C3F-4A58-AC35-50E1CE53FB9C}",
"details": {
"name": "Matrix3x3"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
}
]
},
{
"key": "FromScale",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FromScale"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FromScale is invoked"
},
"details": {
"name": "MathTransform_VM::FromScale",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform"
}
}
]
},
{
"key": "GetTranslation",
"context": "MathTransform_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetTranslation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetTranslation is invoked"
},
"details": {
"name": "MathTransform_VM::GetTranslation",
"category": "Other"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
}
]
}
]
}
@@ -0,0 +1,335 @@
{
"entries": [
{
"key": "MathUtils",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Math",
"category": "Math"
},
"methods": [
{
"key": "ConvertEulerDegreesToQuaternion",
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertEulerDegreesToQuaternion"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertEulerDegreesToQuaternion is invoked"
},
"details": {
"name": "MathUtils::ConvertEulerDegreesToQuaternion",
"category": "Math/Quaternion"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in degrees"
}
}
],
"results": [
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion",
"tooltip": "Angle as a quaternion"
}
}
]
},
{
"key": "ConvertEulerDegreesToTransformPrecise",
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertEulerDegreesToTransformPrecise"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertEulerDegreesToTransformPrecise is invoked"
},
"details": {
"name": "MathUtils::ConvertEulerDegreesToTransformPrecise",
"category": "Math/Transform"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in degrees"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform",
"tooltip": "Transform from a Euler angle"
}
}
]
},
{
"key": "ConvertEulerDegreesToTransform",
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertEulerDegreesToTransform"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertEulerDegreesToTransform is invoked"
},
"details": {
"name": "MathUtils::ConvertEulerDegreesToTransform",
"category": "Math/Transform"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in degrees"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform",
"tooltip": "Transform from a Euler angle"
}
}
]
},
{
"key": "ConvertQuaternionToEulerRadians",
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertQuaternionToEulerRadians"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertQuaternionToEulerRadians is invoked"
},
"details": {
"name": "MathUtils::ConvertQuaternionToEulerRadians",
"category": "Math/Quaternion"
},
"params": [
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion",
"tooltip": "Quaternion angle"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in radians"
}
}
]
},
{
"key": "CreateLookAt",
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateLookAt"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateLookAt is invoked"
},
"details": {
"name": "MathUtils::CreateLookAt",
"category": "Math/Transform"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "From Position",
"tooltip": "The position looking from"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Target Position",
"tooltip": "The position looking at"
}
},
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "Forward Axis",
"tooltip": "1 == X, 2 == -X, 3 == Y, 4 == -Y, 5 == Z, 6 == -Z"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform",
"tooltip": "The look at rotation expressed as a transform"
}
}
]
},
{
"key": "ConvertTransformToEulerRadians",
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertTransformToEulerRadians"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertTransformToEulerRadians is invoked"
},
"details": {
"name": "MathUtils::ConvertTransformToEulerRadians",
"category": "Math/Transform"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform",
"tooltip": "The rotation from the transform is used for the conversion"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in radians"
}
}
]
},
{
"key": "ConvertQuaternionToEulerDegrees",
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertQuaternionToEulerDegrees"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertQuaternionToEulerDegrees is invoked"
},
"details": {
"name": "MathUtils::ConvertQuaternionToEulerDegrees",
"category": "Math/Quaternion"
},
"params": [
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion",
"tooltip": "Quaternion angle"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in degrees"
}
}
]
},
{
"key": "ConvertTransformToEulerDegrees",
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertTransformToEulerDegrees"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertTransformToEulerDegrees is invoked"
},
"details": {
"name": "MathUtils::ConvertTransformToEulerDegrees",
"category": "Math/Transform"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform",
"tooltip": "The rotation from the transform is used for the conversion"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in degrees"
}
}
]
},
{
"key": "ConvertEulerRadiansToQuaternion",
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertEulerRadiansToQuaternion"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertEulerRadiansToQuaternion is invoked"
},
"details": {
"name": "MathUtils::ConvertEulerRadiansToQuaternion",
"category": "Math/Quaternion"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in radians"
}
}
],
"results": [
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion",
"tooltip": "Angle as a quaternion"
}
}
]
}
]
}
]
}
File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More