Merge pull request #5686 from aws-lumberyard-dev/scripting/text_updates_pass3

Improved text generation and updates many node names, tooltips and categories
This commit is contained in:
Luis Sempé
2021-11-17 11:06:42 -08:00
committed by GitHub
298 changed files with 5565 additions and 2804 deletions
@@ -0,0 +1,57 @@
{
"entries": [
{
"key": "AWSMetrics_AttributesSubmissionList",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Attributes Submission List",
"category": "AWS Metrics"
},
"methods": [
{
"key": "Getattributes",
"details": {
"name": "Get Attributes"
},
"params": [
{
"typeid": "{B1106C14-D22B-482F-B33E-B6E154A53798}",
"details": {
"name": "Attribute Submission List"
}
}
],
"results": [
{
"typeid": "{1C1ABE6D-94D2-5CFD-A502-8813300FEC8D}",
"details": {
"name": "Metrics Attribute"
}
}
]
},
{
"key": "Setattributes",
"details": {
"name": "Set Attributes"
},
"params": [
{
"typeid": "{B1106C14-D22B-482F-B33E-B6E154A53798}",
"details": {
"name": "Attribute Submission List"
}
},
{
"typeid": "{1C1ABE6D-94D2-5CFD-A502-8813300FEC8D}",
"details": {
"name": "Metrics Attribute"
}
}
]
}
]
}
]
}
@@ -0,0 +1,131 @@
{
"entries": [
{
"key": "AWSMetrics_MetricsAttribute",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Metrics Attribute",
"category": "AWS Metrics"
},
"methods": [
{
"key": "SetName",
"context": "AWSMetrics_MetricsAttribute",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetName"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetName is invoked"
},
"details": {
"name": "Set Name"
},
"params": [
{
"typeid": "{6483F481-0C18-4171-8B59-A44F2F28EAE5}",
"details": {
"name": "Metrics Attribute"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Name"
}
}
]
},
{
"key": "SetStrValue",
"context": "AWSMetrics_MetricsAttribute",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetStrValue"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetStrValue is invoked"
},
"details": {
"name": "Set String Value"
},
"params": [
{
"typeid": "{6483F481-0C18-4171-8B59-A44F2F28EAE5}",
"details": {
"name": "Metrics Attribute"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Name"
}
}
]
},
{
"key": "SetIntValue",
"context": "AWSMetrics_MetricsAttribute",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetIntValue"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetIntValue is invoked"
},
"details": {
"name": "Set Int Value"
},
"params": [
{
"typeid": "{6483F481-0C18-4171-8B59-A44F2F28EAE5}",
"details": {
"name": "Metrics Attribute"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Value"
}
}
]
},
{
"key": "SetDoubleValue",
"context": "AWSMetrics_MetricsAttribute",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetDoubleValue"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetDoubleValue is invoked"
},
"details": {
"name": "Set Double Value"
},
"params": [
{
"typeid": "{6483F481-0C18-4171-8B59-A44F2F28EAE5}",
"details": {
"name": "Metrics Attribute"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Value"
}
}
]
}
]
}
]
}
@@ -0,0 +1,81 @@
{
"entries": [
{
"key": "AWSScriptBehaviorDynamoDB",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AWS Dynamo DB",
"category": "AWS Core"
},
"methods": [
{
"key": "GetItem",
"context": "AWSScriptBehaviorDynamoDB",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetItem"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetItem is invoked"
},
"details": {
"name": "Get Item",
"category": "Other"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Table Resource Key"
}
},
{
"typeid": "{F8A7460C-2CC2-5755-AFDA-49B1109A751E}",
"details": {
"name": "Key Map"
}
}
]
},
{
"key": "GetItemRaw",
"context": "AWSScriptBehaviorDynamoDB",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetItemRaw"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetItemRaw is invoked"
},
"details": {
"name": "Get Item Raw",
"category": "Other"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Table"
}
},
{
"typeid": "{F8A7460C-2CC2-5755-AFDA-49B1109A751E}",
"details": {
"name": "Key Map"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Region"
}
}
]
}
]
}
]
}
@@ -0,0 +1,79 @@
{
"entries": [
{
"key": "AWSScriptBehaviorLambda",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AWS Lambda",
"category": "AWS Core"
},
"methods": [
{
"key": "Invoke",
"context": "AWSScriptBehaviorLambda",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Invoke"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Invoke is invoked"
},
"details": {
"name": "Invoke"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Function Resource Key"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Payload"
}
}
]
},
{
"key": "InvokeRaw",
"context": "AWSScriptBehaviorLambda",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke InvokeRaw"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after InvokeRaw is invoked"
},
"details": {
"name": "Invoke Raw"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Function Name"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Payload"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Region"
}
}
]
}
]
}
]
}
@@ -0,0 +1,155 @@
{
"entries": [
{
"key": "AWSScriptBehaviorS3",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AWS S3",
"category": "AWS Core"
},
"methods": [
{
"key": "GetObject",
"context": "AWSScriptBehaviorS3",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetObject"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetObject is invoked"
},
"details": {
"name": "Get Object"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Bucket Resource Key"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Object Key"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "File"
}
}
]
},
{
"key": "GetObjectRaw",
"context": "AWSScriptBehaviorS3",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetObjectRaw"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetObjectRaw is invoked"
},
"details": {
"name": "Get Object Raw"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Bucket"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Object Key"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Region"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "File"
}
}
]
},
{
"key": "HeadObject",
"context": "AWSScriptBehaviorS3",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke HeadObject"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after HeadObject is invoked"
},
"details": {
"name": "Head Object"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Bucket Resource Key"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "OBject Key"
}
}
]
},
{
"key": "HeadObjectRaw",
"context": "AWSScriptBehaviorS3",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke HeadObjectRaw"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after HeadObjectRaw is invoked"
},
"details": {
"name": "Head Object Raw"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Bucket"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Object Key"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Region"
}
}
]
}
]
}
]
}
@@ -0,0 +1,145 @@
{
"entries": [
{
"key": "AuthenticationTokens",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Authentication Tokens",
"category": "AWS Client Auth"
},
"methods": [
{
"key": "GetAccessToken",
"details": {
"name": "Get Access Token"
},
"params": [
{
"typeid": "{F965D1B2-9DE3-4900-B44B-E58D9F083ACB}",
"details": {
"name": "Authentication Tokens"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Access Token"
}
}
]
},
{
"key": "SetAccessToken",
"details": {
"name": "Set Access Token"
},
"params": [
{
"typeid": "{F965D1B2-9DE3-4900-B44B-E58D9F083ACB}",
"details": {
"name": "Authentication Tokens"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Access Token"
}
}
]
},
{
"key": "GetOpenIdToken",
"context": "getter",
"details": {
"name": "Get OpenId Token"
},
"params": [
{
"typeid": "{F965D1B2-9DE3-4900-B44B-E58D9F083ACB}",
"details": {
"name": "Authentication Token"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "OpenId Token"
}
}
]
},
{
"key": "SetOpenIdToken",
"context": "setter",
"details": {
"name": "Set OpenId Token"
},
"params": [
{
"typeid": "{F965D1B2-9DE3-4900-B44B-E58D9F083ACB}",
"details": {
"name": "Authentication Token"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "OpenId Token"
}
}
]
},
{
"key": "GetRefreshToken",
"context": "getter",
"details": {
"name": "Get Refresh Token"
},
"params": [
{
"typeid": "{F965D1B2-9DE3-4900-B44B-E58D9F083ACB}",
"details": {
"name": "Authentication Token"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Refresh Token"
}
}
]
},
{
"key": "SetRefreshToken",
"context": "setter",
"details": {
"name": "Set Refresh Token"
},
"params": [
{
"typeid": "{F965D1B2-9DE3-4900-B44B-E58D9F083ACB}",
"details": {
"name": "Authentication Token"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Refresh Token"
}
}
]
}
]
}
]
}
@@ -0,0 +1,141 @@
{
"entries": [
{
"key": "ClientAuthAWSCredentials",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AWS Client Auth Credentials",
"category": "AWS Client Auth"
},
"methods": [
{
"key": "GetAWSAccessKeyId",
"details": {
"name": "Get AWS Access Key Id"
},
"params": [
{
"typeid": "{02FB32C4-B94E-4084-9049-3DF32F87BD76}",
"details": {
"name": "AWS ClientAuth Credentials"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AWS Access Key Id"
}
}
]
},
{
"key": "SetAWSAccessKeyId",
"details": {
"name": "Set AWS Access Key Id"
},
"params": [
{
"typeid": "{02FB32C4-B94E-4084-9049-3DF32F87BD76}",
"details": {
"name": "AWS ClientAuth Credentials"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AWS Access Key Id"
}
}
]
},
{
"key": "GetAWSSecretKey",
"details": {
"name": "Get AWS Secret Key"
},
"params": [
{
"typeid": "{02FB32C4-B94E-4084-9049-3DF32F87BD76}",
"details": {
"name": "AWS ClientAuth Credentials"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AWS Secret Key"
}
}
]
},
{
"key": "SetAWSSecretKey",
"details": {
"name": "Set AWS Secret Key"
},
"params": [
{
"typeid": "{02FB32C4-B94E-4084-9049-3DF32F87BD76}",
"details": {
"name": "AWS ClientAuth Credentials"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AWS Secret Key"
}
}
]
},
{
"key": "GetAWSSessionToken",
"details": {
"name": "Get AWS Session Token"
},
"params": [
{
"typeid": "{02FB32C4-B94E-4084-9049-3DF32F87BD76}",
"details": {
"name": "AWS ClientAuth Credentials"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AWS Session Token"
}
}
]
},
{
"key": "SetAWSSessionToken",
"details": {
"name": "Set AWS Session Token"
},
"params": [
{
"typeid": "{02FB32C4-B94E-4084-9049-3DF32F87BD76}",
"details": {
"name": "AWS ClientAuth Credentials"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AWS Session Token"
}
}
]
}
]
}
]
}
@@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Trigonometry",
"name": "Functions",
"category": "Math"
},
"methods": [
@@ -21,20 +21,20 @@
"tooltip": "Signaled after DivideByNumber is invoked"
},
"details": {
"name": "Math::Divide By Number",
"category": "Math"
"name": "Divide By Number",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "X"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Y"
}
}
],
@@ -42,7 +42,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Result"
}
}
]
@@ -59,15 +59,14 @@
"tooltip": "Signaled after Round is invoked"
},
"details": {
"name": "Math::Round",
"category": "Math/Number"
"name": "Round",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "Number to round"
"name": "Value"
}
}
],
@@ -75,8 +74,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "Rounded number"
"name": "Result"
}
}
]
@@ -93,15 +91,14 @@
"tooltip": "Signaled after Sqrt is invoked"
},
"details": {
"name": "Math::Sqrt",
"category": "Math/Number"
"name": "Sqrt",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "Number to get the square root of"
"name": "Value"
}
}
],
@@ -109,8 +106,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "Square root of the number"
"name": "Result"
}
}
]
@@ -127,22 +123,20 @@
"tooltip": "Signaled after Mod is invoked"
},
"details": {
"name": "Math::Mod",
"category": "Math/Number"
"name": "Mod",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Dividend",
"tooltip": "The number to be divided"
"name": "A"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Divisor",
"tooltip": "The number to be divided by"
"name": "B"
}
}
],
@@ -150,8 +144,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Remainder",
"tooltip": "The remainder of the division between the two inputs"
"name": "Value"
}
}
]
@@ -168,15 +161,14 @@
"tooltip": "Signaled after Ceil is invoked"
},
"details": {
"name": "Math::Ceil",
"category": "Math/Number"
"name": "Ceil",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "The number to be rounded up"
"name": "Value"
}
}
],
@@ -184,8 +176,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Ceiling",
"tooltip": "The value rounded up"
"name": "Result"
}
}
]
@@ -202,15 +193,14 @@
"tooltip": "Signaled after IsEven is invoked"
},
"details": {
"name": "Math::IsEven",
"category": "Math/Number"
"name": "Is Even",
"category": "Other"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Number",
"tooltip": "Number to be checked"
"name": "Value"
}
}
],
@@ -218,8 +208,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean",
"tooltip": "Returns true if the number is even; false if not"
"name": "Is Event"
}
}
]
@@ -236,29 +225,26 @@
"tooltip": "Signaled after IsClose is invoked"
},
"details": {
"name": "Math::IsClose",
"category": "Math/Number"
"name": "Is Close",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Number A",
"tooltip": "Number to compare"
"name": "A"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Number B",
"tooltip": "Number to compare"
"name": "B"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Tolerance",
"tooltip": "The value range to check the numbers against"
"name": "Tolerance"
}
}
],
@@ -266,7 +252,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Is Close"
}
}
]
@@ -283,15 +269,14 @@
"tooltip": "Signaled after ArcSin is invoked"
},
"details": {
"name": "Math::ArcSin",
"category": "Math"
"name": "Arc Sin",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Value"
}
}
],
@@ -299,8 +284,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Result"
}
}
]
@@ -317,15 +301,14 @@
"tooltip": "Signaled after ArcTan is invoked"
},
"details": {
"name": "Math::ArcTan",
"category": "Math"
"name": "Arc Tan",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Value"
}
}
],
@@ -333,8 +316,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Result"
}
}
]
@@ -351,22 +333,20 @@
"tooltip": "Signaled after Max is invoked"
},
"details": {
"name": "Math::Max",
"category": "Math/Number"
"name": "Max",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number A",
"tooltip": "Number to be compared"
"name": "A"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number B",
"tooltip": "Number to be compared"
"name": "B"
}
}
],
@@ -374,8 +354,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Max",
"tooltip": "The largest between two numbers"
"name": "Result"
}
}
]
@@ -392,15 +371,14 @@
"tooltip": "Signaled after Tan is invoked"
},
"details": {
"name": "Math::Tan",
"category": "Math"
"name": "Tan",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Value"
}
}
],
@@ -408,8 +386,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Result"
}
}
]
@@ -426,22 +403,20 @@
"tooltip": "Signaled after ArcTan2 is invoked"
},
"details": {
"name": "Math::ArcTan2",
"category": "Math"
"name": "Arc Tan 2",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle A",
"tooltip": "Angle as radians"
"name": "A"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle B",
"tooltip": "Angle as radians"
"name": "B"
}
}
],
@@ -449,8 +424,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Result"
}
}
]
@@ -467,15 +441,14 @@
"tooltip": "Signaled after Floor is invoked"
},
"details": {
"name": "Math::Floor",
"category": "Math/Number"
"name": "Floor",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "The number to be rounded down"
"name": "Value"
}
}
],
@@ -483,8 +456,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Floor",
"tooltip": "The value rounded down"
"name": "Result"
}
}
]
@@ -501,22 +473,20 @@
"tooltip": "Signaled after Min is invoked"
},
"details": {
"name": "Math::Min",
"category": "Math/Number"
"name": "Min",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number A",
"tooltip": "Number to be compared"
"name": "A"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number B",
"tooltip": "Number to be compared"
"name": "B"
}
}
],
@@ -524,8 +494,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Min",
"tooltip": "The smallest between two numbers"
"name": "Result"
}
}
]
@@ -542,26 +511,26 @@
"tooltip": "Signaled after Lerp is invoked"
},
"details": {
"name": "Math::Lerp",
"category": "Math/Number"
"name": "Lerp",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "a"
"name": "A"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "b"
"name": "B"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "t"
"name": "Time"
}
}
],
@@ -569,7 +538,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number"
"name": "Result"
}
}
]
@@ -586,26 +555,26 @@
"tooltip": "Signaled after LerpInverse is invoked"
},
"details": {
"name": "Math::LerpInverse",
"category": "Math/Number"
"name": "LerpInverse",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "a"
"name": "A"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "b"
"name": "B"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "value"
"name": "Time"
}
}
],
@@ -613,7 +582,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number"
"name": "Result"
}
}
]
@@ -630,15 +599,14 @@
"tooltip": "Signaled after IsOdd is invoked"
},
"details": {
"name": "Math::IsOdd",
"category": "Math/Number"
"name": "Is Odd",
"category": "Other"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Number",
"tooltip": "Number to be checked"
"name": "Value"
}
}
],
@@ -646,8 +614,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean",
"tooltip": "Returns true if the number is not even; false if it is"
"name": "Is Odd"
}
}
]
@@ -664,14 +631,13 @@
"tooltip": "Signaled after Abs is invoked"
},
"details": {
"name": "Math::Abs",
"category": "Math"
"name": "Abs"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Value"
}
}
],
@@ -679,7 +645,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Result"
}
}
]
@@ -696,15 +662,14 @@
"tooltip": "Signaled after RadToDeg is invoked"
},
"details": {
"name": "Math::RadToDeg",
"category": "Math"
"name": "Radians To Degrees",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radians",
"tooltip": "Radians to be converted"
"name": "Radians"
}
}
],
@@ -712,8 +677,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Degrees",
"tooltip": "Degrees from radians"
"name": "Degrees"
}
}
]
@@ -730,15 +694,14 @@
"tooltip": "Signaled after Sin is invoked"
},
"details": {
"name": "Math::Sin",
"category": "Math"
"name": "Sin",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Number as radians"
"name": "Value"
}
}
],
@@ -746,8 +709,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Number as radians"
"name": "Result"
}
}
]
@@ -764,15 +726,14 @@
"tooltip": "Signaled after Cos is invoked"
},
"details": {
"name": "Math::Cos",
"category": "Math"
"name": "Cos",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Value"
}
}
],
@@ -780,8 +741,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Result"
}
}
]
@@ -798,15 +758,14 @@
"tooltip": "Signaled after ArcCos is invoked"
},
"details": {
"name": "Math::ArcCos",
"category": "Math"
"name": "Arc Cos",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Value"
}
}
],
@@ -814,8 +773,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angle",
"tooltip": "Angle as radians"
"name": "Result"
}
}
]
@@ -832,15 +790,14 @@
"tooltip": "Signaled after Sign is invoked"
},
"details": {
"name": "Math::Sign",
"category": "Math/Number"
"name": "Sign",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "Number to check"
"name": "Value"
}
}
],
@@ -848,8 +805,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Sign",
"tooltip": "Returns 1 if the number is positive and -1 if the number is negative"
"name": "Result"
}
}
]
@@ -866,29 +822,26 @@
"tooltip": "Signaled after Clamp is invoked"
},
"details": {
"name": "Math::Clamp",
"category": "Math/Number"
"name": "Clamp",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "Value to be clamped"
"name": "Value"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Min",
"tooltip": "The minimum value to clamp to"
"name": "Minimum"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Max",
"tooltip": "The maximum value to clamp to"
"name": "Maximum"
}
}
],
@@ -896,8 +849,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "The result of the clamp"
"name": "Result"
}
}
]
@@ -914,26 +866,26 @@
"tooltip": "Signaled after GetSinCos is invoked"
},
"details": {
"name": "Math::GetSinCos",
"category": "Math"
"name": "Get Sin Cos",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Value"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float&"
"name": "Sin"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float&"
"name": "Cos"
}
}
]
@@ -950,15 +902,14 @@
"tooltip": "Signaled after DegToRad is invoked"
},
"details": {
"name": "Math::DegToRad",
"category": "Math"
"name": "Degrees To Radians",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Degrees",
"tooltip": "Degrees to be converted"
"name": "Degrees"
}
}
],
@@ -966,8 +917,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radians",
"tooltip": "Radians from degrees"
"name": "Radians"
}
}
]
@@ -984,22 +934,20 @@
"tooltip": "Signaled after Pow is invoked"
},
"details": {
"name": "Math::Pow",
"category": "Math/Number"
"name": "Pow",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "The value to be raised"
"name": "Value"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Exponent",
"tooltip": "The power exponent"
"name": "Exponent"
}
}
],
@@ -1007,8 +955,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Number",
"tooltip": "The result of the number raised to the power exponent"
"name": "Result"
}
}
]
@@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Math",
"name": "Utilities",
"category": "Math"
},
"methods": [
@@ -14,22 +14,20 @@
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertEulerDegreesToQuaternion"
"tooltip": "When signaled, this will invoke Convert Euler Angles To Quaternion"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertEulerDegreesToQuaternion is invoked"
"tooltip": "Signaled after Convert Euler Angles To Quaternion is invoked"
},
"details": {
"name": "MathUtils::ConvertEulerDegreesToQuaternion",
"category": "Math/Quaternion"
"name": "Convert Euler Angles To Quaternion"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in degrees"
"name": "Angles (Degrees)"
}
}
],
@@ -37,8 +35,7 @@
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion",
"tooltip": "Angle as a quaternion"
"name": "Quaternion"
}
}
]
@@ -48,22 +45,21 @@
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertEulerDegreesToTransformPrecise"
"tooltip": "When signaled, this will invoke Convert Euler Angles To Transform (Precise)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertEulerDegreesToTransformPrecise is invoked"
"tooltip": "Signaled after Convert Euler Angles To Transform (Precise) is invoked"
},
"details": {
"name": "MathUtils::ConvertEulerDegreesToTransformPrecise",
"category": "Math/Transform"
"name": "Convert Euler Angles To Transform (Precise)",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in degrees"
"name": "Angles (Degrees)"
}
}
],
@@ -71,8 +67,7 @@
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform",
"tooltip": "Transform from a Euler angle"
"name": "Transform"
}
}
]
@@ -82,22 +77,20 @@
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertEulerDegreesToTransform"
"tooltip": "When signaled, this will invoke Convert Euler Angles To Transform"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertEulerDegreesToTransform is invoked"
"tooltip": "Signaled after Convert Euler Angles To Transform is invoked"
},
"details": {
"name": "MathUtils::ConvertEulerDegreesToTransform",
"category": "Math/Transform"
"name": "Convert Euler Angles To Transform"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in degrees"
"name": "Angles (Degrees)"
}
}
],
@@ -105,8 +98,7 @@
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform",
"tooltip": "Transform from a Euler angle"
"name": "Transform"
}
}
]
@@ -116,22 +108,20 @@
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertQuaternionToEulerRadians"
"tooltip": "When signaled, this will invoke Convert Quaternion To Euler Angles (Radians)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertQuaternionToEulerRadians is invoked"
"tooltip": "Signaled after Convert Quaternion To Euler Angles (Radians) is invoked"
},
"details": {
"name": "MathUtils::ConvertQuaternionToEulerRadians",
"category": "Math/Quaternion"
"name": "Convert Quaternion To Euler Angles (Radians)"
},
"params": [
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion",
"tooltip": "Quaternion angle"
"name": "Quaternion"
}
}
],
@@ -139,8 +129,7 @@
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in radians"
"name": "Angles (Radians)"
}
}
]
@@ -150,36 +139,33 @@
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateLookAt"
"tooltip": "When signaled, this will invoke Create Look At"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateLookAt is invoked"
"tooltip": "Signaled after Create Look At is invoked"
},
"details": {
"name": "MathUtils::CreateLookAt",
"category": "Math/Transform"
"name": "Create Look At"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "From Position",
"tooltip": "The position looking from"
"name": "From"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Target Position",
"tooltip": "The position looking at"
"name": "To"
}
},
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "Forward Axis",
"tooltip": "1 == X, 2 == -X, 3 == Y, 4 == -Y, 5 == Z, 6 == -Z"
"name": "Axis",
"tooltip": "0: X+, 1: X-, 2: Y+, 3: Y-, 4: Z+, 5: Z-"
}
}
],
@@ -187,8 +173,7 @@
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform",
"tooltip": "The look at rotation expressed as a transform"
"name": "Transform"
}
}
]
@@ -198,22 +183,20 @@
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertTransformToEulerRadians"
"tooltip": "When signaled, this will invoke Convert Transform To Euler Angles (Radians)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertTransformToEulerRadians is invoked"
"tooltip": "Signaled after Convert Transform To Euler Angles (Radians) is invoked"
},
"details": {
"name": "MathUtils::ConvertTransformToEulerRadians",
"category": "Math/Transform"
"name": "Convert Transform To Euler Angles (Radians)"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform",
"tooltip": "The rotation from the transform is used for the conversion"
"name": "Transform"
}
}
],
@@ -221,8 +204,7 @@
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in radians"
"name": "Angles (Radians)"
}
}
]
@@ -232,22 +214,20 @@
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertQuaternionToEulerDegrees"
"tooltip": "When signaled, this will invoke Convert Quaternion To Euler Angles (Degrees)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertQuaternionToEulerDegrees is invoked"
"tooltip": "Signaled after Convert Quaternion To Euler Angles (Degrees) is invoked"
},
"details": {
"name": "MathUtils::ConvertQuaternionToEulerDegrees",
"category": "Math/Quaternion"
"name": "Convert Quaternion To Euler Angles (Degrees)"
},
"params": [
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion",
"tooltip": "Quaternion angle"
"name": "Quaternion"
}
}
],
@@ -255,8 +235,7 @@
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in degrees"
"name": "Angles (Degrees)"
}
}
]
@@ -266,22 +245,20 @@
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertTransformToEulerDegrees"
"tooltip": "When signaled, this will invoke Convert Transform To Euler Angles (Degrees)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertTransformToEulerDegrees is invoked"
"tooltip": "Signaled after Convert Transform To Euler Angles (Degrees) is invoked"
},
"details": {
"name": "MathUtils::ConvertTransformToEulerDegrees",
"category": "Math/Transform"
"name": "Convert Transform To Euler Angles (Degrees)"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform",
"tooltip": "The rotation from the transform is used for the conversion"
"name": "Transform"
}
}
],
@@ -289,8 +266,7 @@
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in degrees"
"name": "Angles (Degrees)"
}
}
]
@@ -300,22 +276,20 @@
"context": "MathUtils",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertEulerRadiansToQuaternion"
"tooltip": "When signaled, this will invoke Convert Euler Angles (Radians) To Quaternion"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertEulerRadiansToQuaternion is invoked"
"tooltip": "Signaled after Convert Euler Angles (Radians) To Quaternion is invoked"
},
"details": {
"name": "MathUtils::ConvertEulerRadiansToQuaternion",
"category": "Math/Quaternion"
"name": "Convert Euler Angles (Radians) To Quaternion"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Euler Angle",
"tooltip": "Euler angle in radians"
"name": "Angles (Radians)"
}
}
],
@@ -323,8 +297,7 @@
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion",
"tooltip": "Angle as a quaternion"
"name": "Quaternion"
}
}
]
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,47 @@
{
"entries": [
{
"key": "MultiplayerSystemComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Multiplayer"
},
"methods": [
{
"key": "GetOnClientDisconnectedEvent",
"context": "MultiplayerSystemComponent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get On Client Disconnected Event"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get On Client Disconnected Event is invoked"
},
"details": {
"name": "Get On Client Disconnected Event",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
],
"results": [
{
"typeid": "{F429F985-AF00-529B-8449-16E56694E5F9}",
"details": {
"name": "Event"
}
}
]
}
]
}
]
}
@@ -0,0 +1,147 @@
{
"entries": [
{
"key": "NetBindComponent",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Net Entity",
"category": "Multiplayer"
},
"methods": [
{
"key": "IsNetEntityRoleAuthority",
"context": "NetBindComponent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Net Entity Role Authority"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Net Entity Role Authority is invoked"
},
"details": {
"name": "Is Role Authority",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Role Authority"
}
}
]
},
{
"key": "IsNetEntityRoleAutonomous",
"context": "NetBindComponent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsNetEntityRoleAutonomous"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Net Entity Role Autonomous is invoked"
},
"details": {
"name": "Is Role Autonomous",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Role Autonomous"
}
}
]
},
{
"key": "IsNetEntityRoleClient",
"context": "NetBindComponent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Role Client"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Role Client is invoked"
},
"details": {
"name": "Is Role Client",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Role Client"
}
}
]
},
{
"key": "IsNetEntityRoleServer",
"context": "NetBindComponent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Role Server"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Role Server is invoked"
},
"details": {
"name": "Is Role Server",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Role Server"
}
}
]
}
]
}
]
}
@@ -5,8 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "UI Anchors",
"category": "UI"
"name": "UiAnchors"
},
"methods": [
{
@@ -22,21 +21,19 @@
},
"details": {
"name": "UiAnchors::SetBottom",
"category": "UI"
"category": "Other"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors",
"tooltip": "The anchors for which to set the bottom anchor"
"name": "Anchors*"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Bottom",
"tooltip": "The bottom anchor [0-1]"
"name": "float"
}
}
]
@@ -54,21 +51,19 @@
},
"details": {
"name": "UiAnchors::SetRight",
"category": "UI"
"category": "Other"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors",
"tooltip": "The anchors for which to set the right anchor"
"name": "Anchors*"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Right",
"tooltip": "The right anchor [0-1]"
"name": "float"
}
}
]
@@ -86,21 +81,19 @@
},
"details": {
"name": "UiAnchors::SetTop",
"category": "UI"
"category": "Other"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors",
"tooltip": "The anchors for which to set the top anchor"
"name": "Anchors*"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Top",
"tooltip": "The top anchor [0-1]"
"name": "float"
}
}
]
@@ -118,21 +111,19 @@
},
"details": {
"name": "UiAnchors::SetLeft",
"category": "UI"
"category": "Other"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors",
"tooltip": "The anchors for which to set the left anchor"
"name": "Anchors*"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Left",
"tooltip": "The left anchor [0-1]"
"name": "float"
}
}
]
@@ -150,42 +141,205 @@
},
"details": {
"name": "UiAnchors::SetAnchors",
"category": "UI"
"category": "Other"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors",
"tooltip": "The anchors to set"
"name": "Anchors*"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Left",
"tooltip": "The left anchor [0-1]"
"name": "float"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Top",
"tooltip": "The top anchor [0-1]"
"name": "float"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Right",
"tooltip": "The right anchor [0-1]"
"name": "float"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Bottom",
"tooltip": "The bottom anchor [0-1]"
"name": "float"
}
}
]
},
{
"key": "left",
"details": {
"name": "UiAnchors::left::Getter"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float&"
}
}
]
},
{
"key": "left",
"details": {
"name": "UiAnchors::left::Setter"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "const float&"
}
}
]
},
{
"key": "top",
"details": {
"name": "UiAnchors::top::Getter"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float&"
}
}
]
},
{
"key": "top",
"details": {
"name": "UiAnchors::top::Setter"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "const float&"
}
}
]
},
{
"key": "right",
"details": {
"name": "UiAnchors::right::Getter"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float&"
}
}
]
},
{
"key": "right",
"details": {
"name": "UiAnchors::right::Setter"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "const float&"
}
}
]
},
{
"key": "bottom",
"details": {
"name": "UiAnchors::bottom::Getter"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float&"
}
}
]
},
{
"key": "bottom",
"details": {
"name": "UiAnchors::bottom::Setter"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "const float&"
}
}
]
@@ -0,0 +1,151 @@
{
"entries": [
{
"key": "AWSCognitoUserManagementNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWS Cognito User Management",
"category": "AWS Client Auth"
},
"methods": [
{
"key": "OnEmailSignUpSuccess",
"details": {
"name": "On Email Sign Up Success"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Unique Id"
}
}
]
},
{
"key": "OnEmailSignUpFail",
"details": {
"name": "On Email Sign Up Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
},
{
"key": "OnPhoneSignUpSuccess",
"details": {
"name": "On Phone Sign Up Success"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Unique Id"
}
}
]
},
{
"key": "OnPhoneSignUpFail",
"details": {
"name": "On Phone Sign Up Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
},
{
"key": "OnConfirmSignUpSuccess",
"details": {
"name": "On Confirm Sign Up Success"
}
},
{
"key": "OnConfirmSignUpFail",
"details": {
"name": "On Confirm Sign Up Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
},
{
"key": "OnForgotPasswordSuccess",
"details": {
"name": "On Forgot Password Success"
}
},
{
"key": "OnForgotPasswordFail",
"details": {
"name": "On Forgot Password Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
},
{
"key": "OnConfirmForgotPasswordSuccess",
"details": {
"name": "On Confirm Forgot Password Success"
}
},
{
"key": "OnConfirmForgotPasswordFail",
"details": {
"name": "On Confirm Forgot Password Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
},
{
"key": "OnEnableMFASuccess",
"details": {
"name": "On Enable MFA Success"
}
},
{
"key": "OnEnableMFAFail",
"details": {
"name": "On Enable MFA Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
}
]
}
]
}
@@ -0,0 +1,43 @@
{
"entries": [
{
"key": "AWSDynamoDBBehaviorNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWS Dynamo DB",
"category": "AWS Core"
},
"methods": [
{
"key": "OnGetItemSuccess",
"details": {
"name": "On Get Item Success"
},
"params": [
{
"typeid": "{F8A7460C-2CC2-5755-AFDA-49B1109A751E}",
"details": {
"name": "Result"
}
}
]
},
{
"key": "OnGetItemError",
"details": {
"name": "On Get Item Error"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
}
]
}
]
}
@@ -0,0 +1,43 @@
{
"entries": [
{
"key": "AWSLambdaBehaviorNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWS Lambda",
"category": "AWS Core"
},
"methods": [
{
"key": "OnInvokeSuccess",
"details": {
"name": "On Invoke Success"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Result"
}
}
]
},
{
"key": "OnInvokeError",
"details": {
"name": "On Invoke Error"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
}
]
}
]
}
@@ -0,0 +1,71 @@
{
"entries": [
{
"key": "AWSS3BehaviorNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWS S3",
"category": "AWS Core"
},
"methods": [
{
"key": "OnHeadObjectSuccess",
"details": {
"name": "On Head Object Success"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Result"
}
}
]
},
{
"key": "OnHeadObjectError",
"details": {
"name": "On Head Object Error"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
},
{
"key": "OnGetObjectSuccess",
"details": {
"name": "On Get Object Success"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Result"
}
}
]
},
{
"key": "OnGetObjectError",
"details": {
"name": "On Get Object Error"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
}
]
}
]
}
@@ -0,0 +1,187 @@
{
"entries": [
{
"key": "AuthenticationProviderNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWS Authentication Provider",
"category": "AWS Client Auth"
},
"methods": [
{
"key": "OnPasswordGrantSingleFactorSignInSuccess",
"details": {
"name": "On Password Grant Single Factor Sign In Success"
},
"params": [
{
"typeid": "{F965D1B2-9DE3-4900-B44B-E58D9F083ACB}",
"details": {
"name": "Authentication Tokens"
}
}
]
},
{
"key": "OnPasswordGrantSingleFactorSignInFail",
"details": {
"name": "On Password Grant Single Factor Sign In Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
},
{
"key": "OnPasswordGrantMultiFactorSignInSuccess",
"details": {
"name": "On Password Grant Multi Factor Sign In Success"
}
},
{
"key": "OnPasswordGrantMultiFactorSignInFail",
"details": {
"name": "On Password Grant Multi Factor Sign In Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
},
{
"key": "OnPasswordGrantMultiFactorConfirmSignInSuccess",
"details": {
"name": "On Password Grant Multi Factor Confirm Sign In Success"
},
"params": [
{
"typeid": "{F965D1B2-9DE3-4900-B44B-E58D9F083ACB}",
"details": {
"name": "AuthenticationTokens"
}
}
]
},
{
"key": "OnPasswordGrantMultiFactorConfirmSignInFail",
"details": {
"name": "On Password Grant Multi Factor Confirm Sign In Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
},
{
"key": "OnDeviceCodeGrantSignInSuccess",
"details": {
"name": "On Device Code Grant Sign In Success"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "User Code"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Verification URL"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Code Expiration (Seconds)"
}
}
]
},
{
"key": "OnDeviceCodeGrantSignInFail",
"details": {
"name": "On Device Code Grant Sign In Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
},
{
"key": "OnDeviceCodeGrantConfirmSignInSuccess",
"details": {
"name": "On Device Code Grant Confirm Sign In Success"
},
"params": [
{
"typeid": "{F965D1B2-9DE3-4900-B44B-E58D9F083ACB}",
"details": {
"name": "Authentication Tokens"
}
}
]
},
{
"key": "OnDeviceCodeGrantConfirmSignInFail",
"details": {
"name": "On Device Code Grant Confirm Sign In Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
},
{
"key": "OnRefreshTokensSuccess",
"details": {
"name": "On Refresh Tokens Success"
},
"params": [
{
"typeid": "{F965D1B2-9DE3-4900-B44B-E58D9F083ACB}",
"details": {
"name": "Authentication Tokens"
}
}
]
},
{
"key": "OnRefreshTokensFail",
"details": {
"name": "On Refresh Tokens Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Error"
}
}
]
}
]
}
]
}
@@ -18,7 +18,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -33,7 +33,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -48,7 +48,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -0,0 +1,109 @@
{
"entries": [
{
"key": "AWSCognitoAuthorizationRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "AWS Cognito Authorization",
"category": "AWS Client Auth"
},
"methods": [
{
"key": "Reset",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Reset"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Reset is invoked"
},
"details": {
"name": "Reset"
}
},
{
"key": "GetIdentityId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetIdentityId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetIdentityId is invoked"
},
"details": {
"name": "Get Identity Id"
},
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Identity"
}
}
]
},
{
"key": "HasPersistedLogins",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke HasPersistedLogins"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after HasPersistedLogins is invoked"
},
"details": {
"name": "Has Persisted Logins"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Has Persisted Logins"
}
}
]
},
{
"key": "Initialize",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Initialize"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Initialize is invoked"
},
"details": {
"name": "Initialize"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Initialized"
}
}
]
},
{
"key": "RequestAWSCredentialsAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RequestAWSCredentialsAsync"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RequestAWSCredentialsAsync is invoked"
},
"details": {
"name": "Request AWS Credentials Async"
}
}
]
}
]
}
@@ -0,0 +1,224 @@
{
"entries": [
{
"key": "AWSCognitoUserManagementRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "AWS Cognito User Management",
"category": "AWS Client Auth"
},
"methods": [
{
"key": "EnableMFAAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Enable MFA Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Enable MFA Async is invoked"
},
"details": {
"name": "Enable MFA Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Access token",
"tooltip": "The MFA access token"
}
}
]
},
{
"key": "ConfirmSignUpAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Confirm Sign Up Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Confirm Sign Up Async is invoked"
},
"details": {
"name": "Confirm Sign Up Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Username",
"tooltip": "The client's username"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Confirmation code",
"tooltip": "The client's confirmation code"
}
}
]
},
{
"key": "PhoneSignUpAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Phone Sign Up Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Phone Sign Up Async is invoked"
},
"details": {
"name": "Phone Sign Up Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Username",
"tooltip": "The client's username"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Password",
"tooltip": "The client's password"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Phone number",
"tooltip": "The phone number used to sign up"
}
}
]
},
{
"key": "EmailSignUpAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Email Sign Up Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Email Sign Up Async is invoked"
},
"details": {
"name": "Email Sign Up Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Username",
"tooltip": "The client's username"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Password",
"tooltip": "The client's password"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Email",
"tooltip": "The email address used to sign up"
}
}
]
},
{
"key": "ConfirmForgotPasswordAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Confirm Forgot Password Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Confirm Forgot Password Async is invoked"
},
"details": {
"name": "Confirm Forgot Password Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Username",
"tooltip": "The client's username"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Confirmation code",
"tooltip": "The client's confirmation code"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "New password",
"tooltip": "The new password for the client"
}
}
]
},
{
"key": "Initialize",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Initialize"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Initialize is invoked"
},
"details": {
"name": "Initialize"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Initialized"
}
}
]
},
{
"key": "ForgotPasswordAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Forgot Password Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Forgot Password Async is invoked"
},
"details": {
"name": "Forgot Password Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Username",
"tooltip": "The client's username"
}
}
]
}
]
}
]
}
@@ -0,0 +1,81 @@
{
"entries": [
{
"key": "AWSMetricsRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Metrics",
"category": "AWS Metrics"
},
"methods": [
{
"key": "SubmitMetrics",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SubmitMetrics"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SubmitMetrics is invoked"
},
"details": {
"name": "Submit Metrics"
},
"params": [
{
"typeid": "{1C1ABE6D-94D2-5CFD-A502-8813300FEC8D}",
"details": {
"name": "Metrics Attributes list",
"tooltip": "The list of metrics attributes to submit."
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Event priority",
"tooltip": "Priority of the event. Defaults to 0, which is highest priority."
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Event source override",
"tooltip": "Event source used to override the default, 'AWSMetricGem'."
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Buffer metrics",
"tooltip": "Whether to buffer metrics and send them in a batch."
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Success"
}
}
]
},
{
"key": "FlushMetrics",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FlushMetrics"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FlushMetrics is invoked"
},
"details": {
"name": "Flush Metrics"
}
}
]
}
]
}
@@ -0,0 +1,206 @@
{
"entries": [
{
"key": "AWSResourceMappingRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "AWS Resource Mapping",
"category": "AWS Core"
},
"methods": [
{
"key": "GetResourceNameId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Resource Name Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Resource Name Id is invoked"
},
"details": {
"name": "Get Resource Name Id"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Resource Key Name",
"tooltip": "Resource mapping key name is used to identify individual resource attributes."
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Name / Id"
}
}
]
},
{
"key": "GetResourceRegion",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Resource Region"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Resource Region is invoked"
},
"details": {
"name": "Get Resource Region"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Resource Key Name",
"tooltip": "Resource mapping key name is used to identify individual resource attributes."
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Region"
}
}
]
},
{
"key": "GetDefaultRegion",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Default Region"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Default Region is invoked"
},
"details": {
"name": "Get Default Region"
},
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Region"
}
}
]
},
{
"key": "GetDefaultAccountId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Default Account Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Default Account Id is invoked"
},
"details": {
"name": "Get Default Account Id"
},
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Default Account Id"
}
}
]
},
{
"key": "GetResourceAccountId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Resource Account Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Resource Account Id is invoked"
},
"details": {
"name": "Get Resource Account Id"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Resource Key Name",
"tooltip": "Resource mapping key name is used to identify individual resource attributes."
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Resource Account Id"
}
}
]
},
{
"key": "GetResourceType",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Resource Type"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Resource Type is invoked"
},
"details": {
"name": "Get Resource Type"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Resource Key Name",
"tooltip": "Resource mapping key name is used to identify individual resource attributes."
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Resource Type"
}
}
]
},
{
"key": "ReloadConfigFile",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Reload Config File"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Reload Config File is invoked"
},
"details": {
"name": "Reload Config File"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Reloading Config FileName",
"tooltip": "Whether reload resource mapping config file name from AWS core configuration settings registry file."
}
}
]
}
]
}
]
}
@@ -5,7 +5,8 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "AuthenticationProviderRequestBus"
"name": "AWS Authentication Provider",
"category": "AWS Client Auth"
},
"methods": [
{
@@ -19,13 +20,14 @@
"tooltip": "Signaled after SignOut is invoked"
},
"details": {
"name": "SignOut"
"name": "Sign Out"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Provider name",
"tooltip": "The identity provider name"
}
}
],
@@ -33,7 +35,8 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Signed Out",
"tooltip": "True: Successfully sign out"
}
}
]
@@ -42,20 +45,21 @@
"key": "DeviceCodeGrantConfirmSignInAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DeviceCodeGrantConfirmSignInAsync"
"tooltip": "When signaled, this will invoke Device Code Grant Confirm Sign In Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DeviceCodeGrantConfirmSignInAsync is invoked"
"tooltip": "Signaled after Device Code Grant Confirm Sign In Async is invoked"
},
"details": {
"name": "DeviceCodeGrantConfirmSignInAsync"
"name": "Device Code Grant Confirm Sign In Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Provider name",
"tooltip": "The identity provider name"
}
}
]
@@ -64,20 +68,21 @@
"key": "DeviceCodeGrantSignInAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DeviceCodeGrantSignInAsync"
"tooltip": "When signaled, this will invoke Device Code Grant Sign In Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DeviceCodeGrantSignInAsync is invoked"
"tooltip": "Signaled after Device Code Grant Sign In Async is invoked"
},
"details": {
"name": "DeviceCodeGrantSignInAsync"
"name": "Device Code Grant Sign In Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Provider name",
"tooltip": "The identity provider name"
}
}
]
@@ -86,32 +91,35 @@
"key": "PasswordGrantMultiFactorSignInAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke PasswordGrantMultiFactorSignInAsync"
"tooltip": "When signaled, this will invoke Password Grant Multi Factor Sign In Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after PasswordGrantMultiFactorSignInAsync is invoked"
"tooltip": "Signaled after Password Grant Multi Factor Sign In Async is invoked"
},
"details": {
"name": "PasswordGrantMultiFactorSignInAsync"
"name": "Password Grant Multi Factor Sign In Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Provider name",
"tooltip": "The identity provider name"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Username",
"tooltip": "The client's username"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Password",
"tooltip": "The client's password"
}
}
]
@@ -120,20 +128,21 @@
"key": "GetAuthenticationTokens",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetAuthenticationTokens"
"tooltip": "When signaled, this will invoke Get Authentication Tokens"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetAuthenticationTokens is invoked"
"tooltip": "Signaled after Get Authentication Tokens is invoked"
},
"details": {
"name": "GetAuthenticationTokens"
"name": "Get Authentication Tokens"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Provider name",
"tooltip": "The identity provider name"
}
}
],
@@ -150,20 +159,21 @@
"key": "GetTokensWithRefreshAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetTokensWithRefreshAsync"
"tooltip": "When signaled, this will invoke Get Tokens With Refresh Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetTokensWithRefreshAsync is invoked"
"tooltip": "Signaled after Get Tokens With Refresh Async is invoked"
},
"details": {
"name": "GetTokensWithRefreshAsync"
"name": "Get Tokens With Refresh Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Provider name",
"tooltip": "The identity provider name"
}
}
]
@@ -172,20 +182,21 @@
"key": "IsSignedIn",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsSignedIn"
"tooltip": "When signaled, this will invoke Is Signed In"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsSignedIn is invoked"
"tooltip": "Signaled after Is Signed In is invoked"
},
"details": {
"name": "IsSignedIn"
"name": "Is Signed In"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Provider name",
"tooltip": "The identity provider name"
}
}
],
@@ -193,7 +204,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Signed In"
}
}
]
@@ -202,32 +213,35 @@
"key": "PasswordGrantSingleFactorSignInAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke PasswordGrantSingleFactorSignInAsync"
"tooltip": "When signaled, this will invoke Password GrantSingle Factor Sign In Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after PasswordGrantSingleFactorSignInAsync is invoked"
"tooltip": "Signaled after Password GrantSingle Factor Sign In Async is invoked"
},
"details": {
"name": "PasswordGrantSingleFactorSignInAsync"
"name": "Password GrantSingle Factor Sign In Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Provider name",
"tooltip": "The identity provider"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Username",
"tooltip": "The client's username"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Password",
"tooltip": "The client's password"
}
}
]
@@ -236,20 +250,21 @@
"key": "RefreshTokensAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RefreshTokensAsync"
"tooltip": "When signaled, this will invoke Refresh Tokens Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RefreshTokensAsync is invoked"
"tooltip": "Signaled after Refresh Tokens Async is invoked"
},
"details": {
"name": "RefreshTokensAsync"
"name": "Refresh Tokens Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Provider name",
"tooltip": "The identity provider name"
}
}
]
@@ -271,7 +286,7 @@
{
"typeid": "{99DAD0BC-740E-5E82-826B-8FC7968CC02C}",
"details": {
"name": "AZStd::vector"
"name": "Provider Names"
}
}
],
@@ -279,7 +294,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Initialized"
}
}
]
@@ -288,32 +303,35 @@
"key": "PasswordGrantMultiFactorConfirmSignInAsync",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke PasswordGrantMultiFactorConfirmSignInAsync"
"tooltip": "When signaled, this will invoke Password Grant Multi Factor Confirm Sign In Async"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after PasswordGrantMultiFactorConfirmSignInAsync is invoked"
"tooltip": "Signaled after Password Grant Multi Factor Confirm Sign In Async is invoked"
},
"details": {
"name": "PasswordGrantMultiFactorConfirmSignInAsync"
"name": "Password Grant Multi Factor Confirm Sign In Async"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Provider name",
"tooltip": "The identity provider name"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Username",
"tooltip": "The client's username"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Confirmation code",
"tooltip": "The client's confirmation code"
}
}
]
@@ -5,7 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "CameraRequestBus",
"name": "Camera",
"category": "Camera"
},
"methods": [
@@ -13,20 +13,20 @@
"key": "GetOrthographicHalfWidth",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOrthographicHalfWidth"
"tooltip": "When signaled, this will invoke Get Orthographic Half Width"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOrthographicHalfWidth is invoked"
"tooltip": "Signaled after Get Orthographic Half Width is invoked"
},
"details": {
"name": "GetOrthographicHalfWidth"
"name": "Get Orthographic Half Width"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Half Width"
}
}
]
@@ -35,21 +35,20 @@
"key": "GetFov",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get FOV"
"tooltip": "When signaled, this will invoke Get Field of View"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get FOV is invoked"
"tooltip": "Signaled after Get Field of View is invoked"
},
"details": {
"name": "Get FOV",
"tooltip": "Returns the field of view of the camera"
"name": "Get Field of View"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "FOV"
}
}
]
@@ -58,20 +57,20 @@
"key": "SetFovRadians",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFovRadians"
"tooltip": "When signaled, this will invoke Set Field of View (Radians)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFovRadians is invoked"
"tooltip": "Signaled after Set Field of View (Radians) is invoked"
},
"details": {
"name": "SetFovRadians"
"name": "Set Field of View (Radians)"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "FOV (Radians)"
}
}
]
@@ -87,15 +86,13 @@
"tooltip": "Signaled after Set Near Clip Distance is invoked"
},
"details": {
"name": "Set Near Clip Distance",
"tooltip": "Sets the near clip distance of the camera"
"name": "Set Near Clip Distance"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Distance",
"tooltip": "Set the near clip distance of the camera"
"name": "Near Clip Distance"
}
}
]
@@ -104,20 +101,20 @@
"key": "IsOrthographic",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsOrthographic"
"tooltip": "When signaled, this will invoke Is Orthographic"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsOrthographic is invoked"
"tooltip": "Signaled after Is Orthographic is invoked"
},
"details": {
"name": "IsOrthographic"
"name": "Is Orthographic"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Orthographic"
}
}
]
@@ -126,20 +123,20 @@
"key": "SetFovDegrees",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFovDegrees"
"tooltip": "When signaled, this will invoke Set Field of View (Degrees)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFovDegrees is invoked"
"tooltip": "Signaled after Set Field of View (Degrees) is invoked"
},
"details": {
"name": "SetFovDegrees"
"name": "Set Field of View (Degrees)"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Field of View (Degrees)"
}
}
]
@@ -148,20 +145,20 @@
"key": "GetFovRadians",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFovRadians"
"tooltip": "When signaled, this will invoke Get Field of View (Radians)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFovRadians is invoked"
"tooltip": "Signaled after Get Field of View (Radians) is invoked"
},
"details": {
"name": "GetFovRadians"
"name": "Get Field of View (Radians)"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Field of View (Radians)"
}
}
]
@@ -170,22 +167,20 @@
"key": "SetFov",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set FOV"
"tooltip": "When signaled, this will invoke Set Field of View"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set FOV is invoked"
"tooltip": "Signaled after Set Field of View is invoked"
},
"details": {
"name": "Set FOV",
"tooltip": "Set the field of view of the camera"
"name": "Set Field of View"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "FOV",
"tooltip": "The field of view of the camera"
"name": "Field of View"
}
}
]
@@ -201,8 +196,7 @@
"tooltip": "Signaled after Make Active View is invoked"
},
"details": {
"name": "Make Active View",
"tooltip": "Sets the camera on the specified entity to the active view"
"name": "Make Active View"
}
},
{
@@ -216,14 +210,13 @@
"tooltip": "Signaled after Get Far Clip Distance is invoked"
},
"details": {
"name": "Get Far Clip Distance",
"tooltip": "Returns the far clip distance of the camera"
"name": "Get Far Clip Distance"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Far Clip Distance"
}
}
]
@@ -232,20 +225,20 @@
"key": "GetFovDegrees",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFovDegrees"
"tooltip": "When signaled, this will invoke Get Field of View (Degrees)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFovDegrees is invoked"
"tooltip": "Signaled after Get Field of View (Degrees) is invoked"
},
"details": {
"name": "GetFovDegrees"
"name": "Get Field of View (Degrees)"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Field of View (Degrees)"
}
}
]
@@ -254,20 +247,20 @@
"key": "SetOrthographic",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetOrthographic"
"tooltip": "When signaled, this will invoke Set Orthographic"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetOrthographic is invoked"
"tooltip": "Signaled after Set Orthographic is invoked"
},
"details": {
"name": "SetOrthographic"
"name": "Set Orthographic"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Orthographic"
}
}
]
@@ -276,20 +269,20 @@
"key": "SetOrthographicHalfWidth",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetOrthographicHalfWidth"
"tooltip": "When signaled, this will invoke Set Orthographic Half Width"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetOrthographicHalfWidth is invoked"
"tooltip": "Signaled after Set Orthographic Half Width is invoked"
},
"details": {
"name": "SetOrthographicHalfWidth"
"name": "Set Orthographic Half Width"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Half Width"
}
}
]
@@ -305,14 +298,13 @@
"tooltip": "Signaled after Get Near Clip Distance is invoked"
},
"details": {
"name": "Get Near Clip Distance",
"tooltip": "Returns the near clip distance of the camera"
"name": "Get Near Clip Distance"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Near Clip Distance"
}
}
]
@@ -328,15 +320,13 @@
"tooltip": "Signaled after Set Far Clip Distance is invoked"
},
"details": {
"name": "Set Far Clip Distance",
"tooltip": "Sets the far clip distance of the camera"
"name": "Set Far Clip Distance"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Distance",
"tooltip": "The far clip distance of the camera"
"name": "Far Clip Distance"
}
}
]
@@ -345,20 +335,20 @@
"key": "IsActiveView",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsActiveView"
"tooltip": "When signaled, this will invoke Is Active View"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsActiveView is invoked"
"tooltip": "Signaled after Is Active View is invoked"
},
"details": {
"name": "IsActiveView"
"name": "Is Active View"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Active View"
}
}
]
@@ -5,27 +5,27 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "CameraSystemRequestBus"
"name": "Camera"
},
"methods": [
{
"key": "GetActiveCamera",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetActiveCamera"
"tooltip": "When signaled, this will invoke Get Active Camera"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetActiveCamera is invoked"
"tooltip": "Signaled after Get Active Camera is invoked"
},
"details": {
"name": "GetActiveCamera"
"name": "Get Active Camera"
},
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -5,27 +5,28 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "ComponentApplicationBus"
"name": "Application",
"category": "Components"
},
"methods": [
{
"key": "GetEntityName",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetEntityName"
"tooltip": "When signaled, this will invoke Get Entity Name"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetEntityName is invoked"
"tooltip": "Signaled after Get Entity Name is invoked"
},
"details": {
"name": "GetEntityName"
"name": "Get Entity Name"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -43,27 +44,27 @@
"key": "SetEntityName",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetEntityName"
"tooltip": "When signaled, this will invoke Set Entity Name"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetEntityName is invoked"
"tooltip": "Signaled after Set Entity Name is invoked"
},
"details": {
"name": "SetEntityName"
"name": "Set Entity Name"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Name"
}
}
],
@@ -71,7 +72,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Succesful"
}
}
]
@@ -0,0 +1,606 @@
{
"entries": [
{
"key": "DebugDrawRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Debug Draw"
},
"methods": [
{
"key": "DrawTextOnEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Text On Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Text On Entity is invoked"
},
"details": {
"name": "Draw Text On Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Text"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawRayEntityToDirection",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Ray Entity To Direction"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Ray Entity To Direction is invoked"
},
"details": {
"name": "Draw Ray Entity To Direction"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Direction"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawObb",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Oriented Bounding Box"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Oriented Bounding Box is invoked"
},
"details": {
"name": "Draw Oriented Bounding Box"
},
"params": [
{
"typeid": "{004ABD25-CF14-4EB3-BD41-022C247C07FA}",
"details": {
"name": "OBB"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawObbOnEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Oriented Bounding Box on Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Oriented Bounding Box on Entity is invoked"
},
"details": {
"name": "Draw Oriented Bounding Box on Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{004ABD25-CF14-4EB3-BD41-022C247C07FA}",
"details": {
"name": "OBB"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawRayLocationToDirection",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Ray Location To Direction"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Ray Location To Direction is invoked"
},
"details": {
"name": "Draw Ray Location To Direction"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Direction"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawSphereOnEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Sphere On Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Sphere On Entity is invoked"
},
"details": {
"name": "Draw Sphere On Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radius"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawAabbOnEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Axis Aligned Bounding Box On Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Axis Aligned Bounding Box On Entity is invoked"
},
"details": {
"name": "Draw Axis Aligned Bounding Box On Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "AABB"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawLineEntityToEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Line Entity To Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Line Entity To Entity is invoked"
},
"details": {
"name": "Draw Line Entity To Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "From Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "To Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawTextAtLocation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Text At Location"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Text At Location is invoked"
},
"details": {
"name": "Draw Text At Location"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Text"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawTextOnScreen",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Text On Screen"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Text On Screen is invoked"
},
"details": {
"name": "Draw Text On Screen"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Text"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawAabb",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Axis Aligned Bounding Box"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Axis Aligned Bounding Box is invoked"
},
"details": {
"name": "Draw Axis Aligned Bounding Box"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "AABB"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawLineLocationToLocation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Line Location To Location"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Line Location To Location is invoked"
},
"details": {
"name": "Draw Line Location To Location"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawLineEntityToLocation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Line Entity To Location"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Line Entity To Location is invoked"
},
"details": {
"name": "Draw Line Entity To Location"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawRayEntityToEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Ray Entity To Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Ray Entity To Entity is invoked"
},
"details": {
"name": "Draw Ray Entity To Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "From Entity Id",
"tooltip": "Entity to draw the ray from"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "To Entity Id",
"tooltip": "Entity to draw the ray to"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawSphereAtLocation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Sphere At Location"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Sphere At Location is invoked"
},
"details": {
"name": "Draw Sphere At Location"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radius"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
}
]
}
]
}
@@ -5,7 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "FlyCameraInputBus",
"name": "Fly Camera",
"category": "Camera"
},
"methods": [
@@ -26,7 +26,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Enabled"
}
}
]
@@ -35,20 +35,20 @@
"key": "GetIsEnabled",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Enabled"
"tooltip": "When signaled, this will invoke Get Is Enabled"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Enabled is invoked"
"tooltip": "Signaled after Get Is Enabled is invoked"
},
"details": {
"name": "Is Enabled"
"name": "Get Is Enabled"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Enabled"
}
}
]
@@ -5,27 +5,29 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "NavigationComponentRequestBus"
"name": "Movement",
"category": "Navigation"
},
"methods": [
{
"key": "SetAgentSpeed",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetAgentSpeed"
"tooltip": "When signaled, this will invoke Set Agent Speed"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetAgentSpeed is invoked"
"tooltip": "Signaled after Set Agent Speed is invoked"
},
"details": {
"name": "SetAgentSpeed"
"name": "Set Agent Speed"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Speed",
"tooltip": "The agent speed in meters per second"
}
}
]
@@ -34,20 +36,21 @@
"key": "SetAgentMovementMethod",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetAgentMovementMethod"
"tooltip": "When signaled, this will invoke Set Agent Movement Method"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetAgentMovementMethod is invoked"
"tooltip": "Signaled after Set Agent Movement Method is invoked"
},
"details": {
"name": "SetAgentMovementMethod"
"name": "Set Agent Movement Method"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
"name": "Method",
"tooltip": "0: Transform, 1: Physics, 2: Custom"
}
}
]
@@ -63,13 +66,13 @@
"tooltip": "Signaled after GetAgentSpeed is invoked"
},
"details": {
"name": "GetAgentSpeed"
"name": "Get Agent Speed"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Speed"
}
}
]
@@ -78,20 +81,21 @@
"key": "FindPathToPosition",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FindPathToPosition"
"tooltip": "When signaled, this will invoke Find Path To Position"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FindPathToPosition is invoked"
"tooltip": "Signaled after Find Path To Position is invoked"
},
"details": {
"name": "FindPathToPosition"
"name": "Find Path To Position"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Position",
"tooltip": "The position to navigate to"
}
}
],
@@ -99,7 +103,7 @@
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Request Id"
}
}
]
@@ -121,7 +125,8 @@
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Request Id",
"tooltip": "The request Id of the navigation process to stop"
}
}
]
@@ -130,21 +135,21 @@
"key": "FindPathToEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FindPathToEntity"
"tooltip": "When signaled, this will invoke Find Path To Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FindPathToEntity is invoked"
"tooltip": "Signaled after Find Path To Entity is invoked"
},
"details": {
"name": "FindPathToEntity"
"name": "Find Path To Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
"name": "Entity Id",
"tooltip": "The entity to follow"
}
}
],
@@ -152,7 +157,7 @@
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Request Id"
}
}
]
@@ -161,20 +166,21 @@
"key": "GetAgentMovementMethod",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetAgentMovementMethod"
"tooltip": "When signaled, this will invoke Get Agent Movement Method"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetAgentMovementMethod is invoked"
"tooltip": "Signaled after Get Agent Movement Method is invoked"
},
"details": {
"name": "GetAgentMovementMethod"
"name": "Get Agent Movement Method"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
"name": "Method",
"tooltip": "0: Transform, 1: Physics, 2: Custom"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "For Each",
"category": "Containers",
"tooltip": "Node for iterating through a container",
"subtitle": "Containers"
"tooltip": "Node for iterating through a container"
},
"slots": [
{
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "AddAABB",
"category": "Math/AABB",
"name": "Add Axis Aligned Bounding Boxes",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the AABB that is the (min(min(A), min(B)), max(max(A), max(B)))",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,19 +26,19 @@
{
"key": "DataInput_AABB: A",
"details": {
"name": "AABB: A"
"name": "First"
}
},
{
"key": "DataInput_AABB: B",
"details": {
"name": "AABB: B"
"name": "Second"
}
},
{
"key": "DataOutput_Result: AABB",
"details": {
"name": "Result: AABB"
"name": "Result"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "AddPoint",
"category": "Math/AABB",
"name": "Add Point",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the AABB that is the (min(min(Source), Point), max(max(Source), Point))",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,19 +26,19 @@
{
"key": "DataInput_AABB: Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataInput_Vector3: Point",
"details": {
"name": "Vector3: Point"
"name": "Point"
}
},
{
"key": "DataOutput_Result: AABB",
"details": {
"name": "Result: AABB"
"name": "AABB"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ApplyTransform",
"category": "Math/AABB",
"name": "Apply Transform",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the AABB translated and possibly scaled by the Transform",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,19 +26,19 @@
{
"key": "DataInput_AABB: Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataInput_Transform: Transform",
"details": {
"name": "Transform: Transform"
"name": "Transform"
}
},
{
"key": "DataOutput_Result: AABB",
"details": {
"name": "Result: AABB"
"name": "AABB"
}
}
]
@@ -6,9 +6,9 @@
"variant": "",
"details": {
"name": "Center",
"category": "Math/AABB",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the center of Source",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,13 +26,13 @@
{
"key": "DataInput_AABB: Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"details": {
"name": "Result: Vector3"
"name": "Center"
}
}
]
@@ -6,9 +6,9 @@
"variant": "",
"details": {
"name": "Clamp",
"category": "Math/AABB",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the largest version of Source that can fit entirely within Clamp",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,19 +26,19 @@
{
"key": "DataInput_AABB: Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataInput_AABB: Clamp",
"details": {
"name": "AABB: Clamp"
"name": "Clamp"
}
},
{
"key": "DataOutput_Result: AABB",
"details": {
"name": "Result: AABB"
"name": "AABB"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ContainsAABB",
"category": "Math/AABB",
"name": "Contains Axis Aligned Bounding Box",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns true if Source contains all of the bounds of Candidate, else false",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,19 +26,19 @@
{
"key": "DataInput_AABB: Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataInput_AABB: Candidate",
"details": {
"name": "AABB: Candidate"
"name": "Candidate"
}
},
{
"key": "DataOutput_Result: Boolean",
"details": {
"name": "Result: Boolean"
"name": "Contains"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ContainsVector3",
"category": "Math/AABB",
"name": "Contains Vector3",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns true if Source contains the Candidate, else false",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,19 +26,19 @@
{
"key": "DataInput_AABB: Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataInput_Vector3: Candidate",
"details": {
"name": "Vector3: Candidate"
"name": "Candidate"
}
},
{
"key": "DataOutput_Result: Boolean",
"details": {
"name": "Result: Boolean"
"name": "Contains"
}
}
]
@@ -6,9 +6,9 @@
"variant": "",
"details": {
"name": "Distance",
"category": "Math/AABB",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the shortest distance from Point to Source, or zero of Point is contained in Source",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,19 +26,19 @@
{
"key": "DataInput_AABB: Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataInput_Vector3: Point",
"details": {
"name": "Vector3: Point"
"name": "Point"
}
},
{
"key": "DataOutput_Result: Number",
"details": {
"name": "Result: Number"
"name": "Distance"
}
}
]
@@ -6,9 +6,9 @@
"variant": "",
"details": {
"name": "Expand",
"category": "Math/AABB",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the Source expanded in each axis by the absolute value of each axis in Delta",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,19 +26,19 @@
{
"key": "DataInput_AABB: Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataInput_Vector3: Delta",
"details": {
"name": "Vector3: Delta"
"name": "Delta"
}
},
{
"key": "DataOutput_Result: AABB",
"details": {
"name": "Result: AABB"
"name": "AABB"
}
}
]
@@ -6,9 +6,9 @@
"variant": "",
"details": {
"name": "Extents",
"category": "Math/AABB",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the Vector3(Source.Width, Source.Height, Source.Depth)",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -24,15 +24,15 @@
}
},
{
"key": "DataInput_AABB: Source",
"key": "Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"details": {
"name": "Result: Vector3"
"name": "Extents"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromCenterHalfExtents",
"category": "Math/AABB",
"name": "From Center Half Extents",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the AABB with Min = Center - HalfExtents, Max = Center + HalfExtents",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,19 +26,19 @@
{
"key": "DataInput_Vector3: Center",
"details": {
"name": "Vector3: Center"
"name": "Center"
}
},
{
"key": "DataInput_Vector3: HalfExtents",
"details": {
"name": "Vector3: HalfExtents"
"name": "Half Extents"
}
},
{
"key": "DataOutput_Result: AABB",
"details": {
"name": "Result: AABB"
"name": "AABB"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromCenterRadius",
"category": "Math/AABB",
"name": "From Center Radius",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the AABB with Min = Center - Vector3(radius, radius, radius), Max = Center + Vector3(radius, radius, radius)",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,19 +26,19 @@
{
"key": "DataInput_Vector3: Center",
"details": {
"name": "Vector3: Center"
"name": "Center"
}
},
{
"key": "DataInput_Number: Radius",
"details": {
"name": "Number: Radius"
"name": "Radius"
}
},
{
"key": "DataOutput_Result: AABB",
"details": {
"name": "Result: AABB"
"name": "AABB"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromMinMax",
"category": "Math/AABB",
"name": "From Min Max",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the AABB from Min and Max if Min <= Max, else returns FromPoint(max)",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,19 +26,19 @@
{
"key": "DataInput_Vector3: Min",
"details": {
"name": "Vector3: Min"
"name": "Min"
}
},
{
"key": "DataInput_Vector3: Max",
"details": {
"name": "Vector3: Max"
"name": "Max"
}
},
{
"key": "DataOutput_Result: AABB",
"details": {
"name": "Result: AABB"
"name": "AABB"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromOBB",
"category": "Math/AABB",
"name": "From Oriented Bounding Box",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the AABB which contains Source",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,13 +26,13 @@
{
"key": "DataInput_OBB: Source",
"details": {
"name": "OBB: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: AABB",
"details": {
"name": "Result: AABB"
"name": "AABB"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromPoint",
"category": "Math/AABB",
"name": "From Point",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the AABB with min and max set to Source",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,13 +26,13 @@
{
"key": "DataInput_Vector3: Source",
"details": {
"name": "Vector3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: AABB",
"details": {
"name": "Result: AABB"
"name": "AABB"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetMax",
"category": "Math/AABB",
"name": "Get Max",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the Vector3 that is the max value on each axis of Source",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,13 +26,13 @@
{
"key": "DataInput_AABB: Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"details": {
"name": "Result: Vector3"
"name": "Max"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetMin",
"category": "Math/AABB",
"name": "Get Min",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the Vector3 that is the min value on each axis of Source",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,13 +26,13 @@
{
"key": "DataInput_AABB: Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"details": {
"name": "Result: Vector3"
"name": "Min"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsFinite",
"category": "Math/AABB",
"name": "Is Finite",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns true if Source is finite, else false",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,13 +26,13 @@
{
"key": "DataInput_AABB: Source",
"details": {
"name": "AABB: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Boolean",
"details": {
"name": "Result: Boolean"
"name": "Is Finite"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsValid",
"category": "Math/AABB",
"name": "Is Valid",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns ture if Source is valid, that is if Source.min <= Source.max, else false",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -32,7 +32,7 @@
{
"key": "DataOutput_Result: Boolean",
"details": {
"name": "Result: Boolean"
"name": "Is Valid"
}
}
]
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Null",
"category": "Math/AABB",
"name": "Invalid Axis Aligned Bounding Box",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns an invalid AABB (min > max), adding any point to it will make it valid",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -26,7 +26,7 @@
{
"key": "DataOutput_Result: AABB",
"details": {
"name": "Result: AABB"
"name": "Invalid AABB"
}
}
]
@@ -6,9 +6,9 @@
"variant": "",
"details": {
"name": "Overlaps",
"category": "Math/AABB",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns true if A overlaps B, else false",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "SurfaceArea",
"category": "Math/AABB",
"name": "Surface Area",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the sum of the surface area of all six faces of Source",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ToSphere",
"category": "Math/AABB",
"name": "To Sphere",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the center and radius of smallest sphere that contains Source",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -6,9 +6,9 @@
"variant": "",
"details": {
"name": "Translate",
"category": "Math/AABB",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the Source with each point added with Translation",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "XExtent",
"category": "Math/AABB",
"name": "X Extent",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the X extent (max X - min X) of Source",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "YExtent",
"category": "Math/AABB",
"name": "Y Extent",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the Y extent (max Y - min Y) of Source",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -5,10 +5,10 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ZExtent",
"category": "Math/AABB",
"name": "Z Extent",
"category": "Math/Axis Aligned Bounding Box",
"tooltip": "returns the Z extent (max Z - min Z) of Source",
"subtitle": "AABB"
"subtitle": "Axis Aligned Bounding Box"
},
"slots": [
{
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Dot3",
"name": "Dot (RGB)",
"category": "Math/Color",
"tooltip": "returns the 3-element dot product of A and B, using only the R, G, B elements",
"subtitle": "Color"
"tooltip": "returns the 3-element dot product of A and B, using only the R, G, B elements"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Color: A",
"key": "DataInput_A",
"details": {
"name": "Color: A"
"name": "A"
}
},
{
"key": "DataInput_Color: B",
"key": "DataInput_B",
"details": {
"name": "Color: B"
"name": "B"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromValues",
"name": "From Values",
"category": "Math/Color",
"tooltip": "returns a Color from the R, G, B, A inputs",
"subtitle": "Color"
"tooltip": "Returns a Color from the R, G, B, A inputs"
},
"slots": [
{
@@ -24,33 +23,33 @@
}
},
{
"key": "DataInput_Number: R",
"key": "DataInput_R",
"details": {
"name": "Number: R"
"name": "R"
}
},
{
"key": "DataInput_Number: G",
"key": "DataInput_G",
"details": {
"name": "Number: G"
"name": "G"
}
},
{
"key": "DataInput_Number: B",
"key": "DataInput_B",
"details": {
"name": "Number: B"
"name": "B"
}
},
{
"key": "DataInput_Number: A",
"key": "DataInput_A",
"details": {
"name": "Number: A"
"name": "A"
}
},
{
"key": "DataOutput_Result: Color",
"key": "DataOutput_Result",
"details": {
"name": "Result: Color"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromVector3",
"name": "From Vector3",
"category": "Math/Color",
"tooltip": "returns a Color with R, G, B set to X, Y, Z values of RGB, respectively. A is set to 1.0",
"subtitle": "Color"
"tooltip": "Returns a Color with R, G, B set to X, Y, Z values of RGB, respectively. A is set to 1.0"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector3: RGB",
"key": "DataInput_RGB",
"details": {
"name": "Vector3: RGB"
"name": "RGB"
}
},
{
"key": "DataOutput_Result: Color",
"key": "DataOutput_Result",
"details": {
"name": "Result: Color"
"name": "Result"
}
}
]
@@ -5,7 +5,7 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromVector3AndNumber",
"name": "From Vector3 And Number",
"category": "Math/Color",
"tooltip": "returns a Color with R, G, B set to X, Y, Z values of RGB, respectively. A is set to A",
"subtitle": "Color"
@@ -26,19 +26,19 @@
{
"key": "DataInput_Vector3: RGB",
"details": {
"name": "Vector3: RGB"
"name": "Red, Green, Blue"
}
},
{
"key": "DataInput_Number: A",
"details": {
"name": "Number: A"
"name": "Alpha"
}
},
{
"key": "DataOutput_Result: Color",
"details": {
"name": "Result: Color"
"name": "Color"
}
}
]
@@ -5,7 +5,7 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GammaToLinear",
"name": "Gamma To Linear",
"category": "Math/Color",
"tooltip": "returns Source converted from gamma corrected to linear space",
"subtitle": "Color"
@@ -26,13 +26,13 @@
{
"key": "DataInput_Color: Source",
"details": {
"name": "Color: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Color",
"details": {
"name": "Result: Color"
"name": "Result"
}
}
]
@@ -5,9 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsClose",
"name": "Is Close",
"category": "Math/Color",
"tooltip": "returns true if A is within Tolerance of B, else false",
"tooltip": "Returns true if A is within Tolerance of B, else false",
"subtitle": "Color"
},
"slots": [
@@ -26,25 +26,25 @@
{
"key": "DataInput_Color: A",
"details": {
"name": "Color: A"
"name": "First"
}
},
{
"key": "DataInput_Color: B",
"details": {
"name": "Color: B"
"name": "Second"
}
},
{
"key": "DataInput_Number: Tolerance",
"details": {
"name": "Number: Tolerance"
"name": "Tolerance"
}
},
{
"key": "DataOutput_Result: Boolean",
"details": {
"name": "Result: Boolean"
"name": "Is Close"
}
}
]
@@ -5,7 +5,7 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsZero",
"name": "Is Zero",
"category": "Math/Color",
"tooltip": "returns true if Source is within Tolerance of zero",
"subtitle": "Color"
@@ -26,19 +26,19 @@
{
"key": "DataInput_Color: Source",
"details": {
"name": "Color: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Tolerance",
"details": {
"name": "Number: Tolerance"
"name": "Tolerance"
}
},
{
"key": "DataOutput_Result: Boolean",
"details": {
"name": "Result: Boolean"
"name": "Is Zero"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "LinearToGamma",
"name": "Linear To Gamma",
"category": "Math/Color",
"tooltip": "returns Source converted from linear to gamma corrected space",
"subtitle": "Color"
"tooltip": "Returns Source converted from linear to gamma corrected space"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Color: Source",
"key": "DataInput_Source",
"details": {
"name": "Color: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Color",
"key": "DataOutput_Result",
"details": {
"name": "Result: Color"
"name": "Result"
}
}
]
@@ -5,9 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "MultiplyByNumber",
"name": "Multiply By Number",
"category": "Math/Color",
"tooltip": "returns Source with every elemented multiplied by Multiplier",
"tooltip": "Returns Source with every elemented multiplied by Multiplier",
"subtitle": "Color"
},
"slots": [
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromString",
"name": "From String",
"category": "Math/Crc32",
"tooltip": "returns a Crc32 from the string",
"subtitle": "Crc32"
"tooltip": "Returns a Crc32 from the string"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_String: Value",
"key": "DataInput_Value",
"details": {
"name": "String: Value"
"name": "Text"
}
},
{
"key": "DataOutput_Result: CRC",
"key": "DataOutput_Result",
"details": {
"name": "Result: CRC"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromColumns",
"name": "From Columns",
"category": "Math/Matrix3x3",
"tooltip": "returns a rotation matrix based on angle around Z axis",
"subtitle": "Matrix3x3"
"tooltip": "Returns a rotation matrix based on angle around Z axis"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Vector3: Column1",
"key": "DataInput_Column1",
"details": {
"name": "Vector3: Column1"
"name": "Column 1"
}
},
{
"key": "DataInput_Vector3: Column2",
"key": "DataInput_Column2",
"details": {
"name": "Vector3: Column2"
"name": "Column 2"
}
},
{
"key": "DataInput_Vector3: Column3",
"key": "DataInput_Column3",
"details": {
"name": "Vector3: Column3"
"name": "Column 3"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromCrossProduct",
"name": "From Cross Product",
"category": "Math/Matrix3x3",
"tooltip": "returns a skew-symmetric cross product matrix based on supplied vector",
"subtitle": "Matrix3x3"
"tooltip": "Returns a skew-symmetric cross product matrix based on supplied vector"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector3: Source",
"key": "DataInput_Source",
"details": {
"name": "Vector3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromDiagonal",
"name": "From Diagonal",
"category": "Math/Matrix3x3",
"tooltip": "returns a diagonal matrix using the supplied vector",
"subtitle": "Matrix3x3"
"tooltip": "Returns a diagonal matrix using the supplied vector"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector3: Source",
"key": "DataInput_Source",
"details": {
"name": "Vector3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromMatrix4x4",
"name": "From Matrix4x4",
"category": "Math/Matrix3x3",
"tooltip": "returns a matrix from the first 3 rows of a Matrix3x3",
"subtitle": "Matrix3x3"
"tooltip": "Returns a matrix from the first 3 rows of a Matrix3x3"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix4x4: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix4x4: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromQuaternion",
"name": "From Quaternion",
"category": "Math/Matrix3x3",
"tooltip": "returns a rotation matrix using the supplied quaternion",
"subtitle": "Matrix3x3"
"tooltip": "Returns a rotation matrix using the supplied quaternion"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Quaternion: Source",
"key": "DataInput_Source",
"details": {
"name": "Quaternion: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromRotationXDegrees",
"name": "From Rotation X Degrees",
"category": "Math/Matrix3x3",
"tooltip": "returns a rotation matrix representing a rotation in degrees around X-axis",
"subtitle": "Matrix3x3"
"tooltip": "Returns a rotation matrix representing a rotation in degrees around X-axis"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromRotationYDegrees",
"name": "From Rotation Y Degrees",
"category": "Math/Matrix3x3",
"tooltip": "returns a rotation matrix representing a rotation in degrees around Y-axis",
"subtitle": "Matrix3x3"
"tooltip": "Returns a rotation matrix representing a rotation in degrees around Y-axis"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromRotationZDegrees",
"name": "From Rotation Z Degrees",
"category": "Math/Matrix3x3",
"tooltip": "returns a rotation matrix representing a rotation in degrees around Z-axis",
"subtitle": "Matrix3x3"
"tooltip": "Returns a rotation matrix representing a rotation in degrees around Z-axis"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Number: Degrees",
"key": "DataInput_Degrees",
"details": {
"name": "Number: Degrees"
"name": "Degrees"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromRows",
"name": "From Rows",
"category": "Math/Matrix3x3",
"tooltip": "returns a matrix from three row",
"subtitle": "Matrix3x3"
"tooltip": "Returns a matrix from three row"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Vector3: Row1",
"key": "DataInput_Row1",
"details": {
"name": "Vector3: Row1"
"name": "Row 1"
}
},
{
"key": "DataInput_Vector3: Row2",
"key": "DataInput_Row2",
"details": {
"name": "Vector3: Row2"
"name": "Row 2"
}
},
{
"key": "DataInput_Vector3: Row3",
"key": "DataInput_Row3",
"details": {
"name": "Vector3: Row3"
"name": "Row 3"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromScale",
"name": "From Scale",
"category": "Math/Matrix3x3",
"tooltip": "returns a scale matrix using the supplied vector",
"subtitle": "Matrix3x3"
"tooltip": "Returns a scale matrix using the supplied vector"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector3: Scale",
"key": "DataInput_Scale",
"details": {
"name": "Vector3: Scale"
"name": "Scale"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromTransform",
"name": "From Transform",
"category": "Math/Matrix3x3",
"tooltip": "returns a matrix using the supplied transform",
"subtitle": "Matrix3x3"
"tooltip": "Returns a matrix using the supplied transform"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Transform: Transform",
"key": "DataInput_Transform",
"details": {
"name": "Transform: Transform"
"name": "Transform"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetColumn",
"name": "Get Column",
"category": "Math/Matrix3x3",
"tooltip": "returns vector from matrix corresponding to the Column index",
"subtitle": "Matrix3x3"
"tooltip": "Returns vector from matrix corresponding to the Column index"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Column",
"key": "DataInput_Column",
"details": {
"name": "Number: Column"
"name": "Column"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetColumns",
"name": "Get Columns",
"category": "Math/Matrix3x3",
"tooltip": "returns all columns from matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns all columns from matrix"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Column1: Vector3",
"key": "DataOutput_Column1",
"details": {
"name": "Column1: Vector3"
"name": "Column 1"
}
},
{
"key": "DataOutput_Column2: Vector3",
"key": "DataOutput_Column2",
"details": {
"name": "Column2: Vector3"
"name": "Column 2"
}
},
{
"key": "DataOutput_Column3: Vector3",
"key": "DataOutput_Column3",
"details": {
"name": "Column3: Vector3"
"name": "Column 3"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetDiagonal",
"name": "Get Diagonal",
"category": "Math/Matrix3x3",
"tooltip": "returns vector of matrix diagonal values",
"subtitle": "Matrix3x3"
"tooltip": "Returns vector of matrix diagonal values"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetElement",
"name": "Get Element",
"category": "Math/Matrix3x3",
"tooltip": "returns scalar from matrix corresponding to the (Row,Column) pair",
"subtitle": "Matrix3x3"
"tooltip": "Returns scalar from matrix corresponding to the (Row,Column) pair"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Row",
"key": "DataInput_Row",
"details": {
"name": "Number: Row"
"name": "Row"
}
},
{
"key": "DataInput_Number: Column",
"key": "DataInput_Column",
"details": {
"name": "Number: Column"
"name": "Column"
}
},
{
"key": "DataOutput_Result: Number",
"key": "DataOutput_Result",
"details": {
"name": "Result: Number"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetRow",
"name": "Get Row",
"category": "Math/Matrix3x3",
"tooltip": "returns vector from matrix corresponding to the Row index",
"subtitle": "Matrix3x3"
"tooltip": "Returns vector from matrix corresponding to the Row index"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Row",
"key": "DataInput_Row",
"details": {
"name": "Number: Row"
"name": "Row"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetRows",
"name": "Get Rows",
"category": "Math/Matrix3x3",
"tooltip": "returns all rows from matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns all rows from matrix"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Row1: Vector3",
"key": "DataOutput_Row1",
"details": {
"name": "Row1: Vector3"
"name": "Row 1"
}
},
{
"key": "DataOutput_Row2: Vector3",
"key": "DataOutput_Row2",
"details": {
"name": "Row2: Vector3"
"name": "Row 2"
}
},
{
"key": "DataOutput_Row3: Vector3",
"key": "DataOutput_Row3",
"details": {
"name": "Row3: Vector3"
"name": "Row 3"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Invert",
"category": "Math/Matrix3x3",
"tooltip": "returns inverse of Matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns inverse of Matrix"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsClose",
"name": "Is Close",
"category": "Math/Matrix3x3",
"tooltip": "returns true if each element of both Matrix are equal within some tolerance",
"subtitle": "Matrix3x3"
"tooltip": "Returns true if each element of both Matrix are equal within some tolerance"
},
"slots": [
{
@@ -24,27 +23,27 @@
}
},
{
"key": "DataInput_Matrix3x3: A",
"key": "DataInput_A",
"details": {
"name": "Matrix3x3: A"
"name": "A"
}
},
{
"key": "DataInput_Matrix3x3: B",
"key": "DataInput_B",
"details": {
"name": "Matrix3x3: B"
"name": "B"
}
},
{
"key": "DataInput_Number: Tolerance",
"key": "DataInput_Tolerance",
"details": {
"name": "Number: Tolerance"
"name": "Tolerance"
}
},
{
"key": "DataOutput_Result: Boolean",
"key": "DataOutput_Result",
"details": {
"name": "Result: Boolean"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsFinite",
"name": "Is Finite",
"category": "Math/Matrix3x3",
"tooltip": "returns true if all numbers in matrix is finite",
"subtitle": "Matrix3x3"
"tooltip": "Returns true if all numbers in matrix is finite"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Boolean",
"key": "DataOutput_Result",
"details": {
"name": "Result: Boolean"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsOrthogonal",
"name": "Is Orthogonal",
"category": "Math/Matrix3x3",
"tooltip": "returns true if the matrix is orthogonal",
"subtitle": "Matrix3x3"
"tooltip": "Returns true if the matrix is orthogonal"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Boolean",
"key": "DataOutput_Result",
"details": {
"name": "Result: Boolean"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "MultiplyByNumber",
"name": "Multiply By Number",
"category": "Math/Matrix3x3",
"tooltip": "returns matrix created from multiply the source matrix by Multiplier",
"subtitle": "Matrix3x3"
"tooltip": "Returns matrix created from multiply the source matrix by Multiplier"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataInput_Number: Multiplier",
"key": "DataInput_Multiplier",
"details": {
"name": "Number: Multiplier"
"name": "Multiplier"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "MultiplyByVector",
"name": "Multiply By Vector",
"category": "Math/Matrix3x3",
"tooltip": "returns vector created by right left multiplying matrix by supplied vector",
"subtitle": "Matrix3x3"
"tooltip": "Returns vector created by right left multiplying matrix by supplied vector"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataInput_Vector3: Vector",
"key": "DataInput_Vector",
"details": {
"name": "Vector3: Vector"
"name": "Vector"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Orthogonalize",
"category": "Math/Matrix3x3",
"tooltip": "returns an orthogonal matrix from the Source matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns an orthogonal matrix from the Source matrix"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ToAdjugate",
"name": "To Adjugate",
"category": "Math/Matrix3x3",
"tooltip": "returns the transpose of Matrix of cofactors",
"subtitle": "Matrix3x3"
"tooltip": "Returns the transpose of Matrix of cofactors"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ToDeterminant",
"name": "To Determinant",
"category": "Math/Matrix3x3",
"tooltip": "returns determinant of Matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns determinant of Matrix"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Determinant: Number",
"key": "DataOutput_Determinant",
"details": {
"name": "Determinant: Number"
"name": "Determinant"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ToScale",
"name": "To Scale",
"category": "Math/Matrix3x3",
"tooltip": "returns scale part of the transformation matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns scale part of the transformation matrix"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Transpose",
"category": "Math/Matrix3x3",
"tooltip": "returns transpose of Matrix",
"subtitle": "Matrix3x3"
"tooltip": "returns transpose of Matrix"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "Zero",
"category": "Math/Matrix3x3",
"tooltip": "returns the zero matrix",
"subtitle": "Matrix3x3"
"tooltip": "Returns the zero matrix"
},
"slots": [
{
@@ -24,9 +23,9 @@
}
},
{
"key": "DataOutput_Result: Matrix3x3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix3x3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromDiagonal",
"name": "From Diagonal",
"category": "Math/Matrix4x4",
"tooltip": "returns a diagonal matrix using the supplied vector",
"subtitle": "Matrix4x4"
"tooltip": "Returns a diagonal matrix using the supplied vector"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Vector4: Source",
"key": "DataInput_Source",
"details": {
"name": "Vector4: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix4x4",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix4x4"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromMatrix3x3",
"name": "From Matrix3x3",
"category": "Math/Matrix4x4",
"tooltip": "returns a matrix from the from the Matrix3x3",
"subtitle": "Matrix4x4"
"tooltip": "Returns a matrix from the from the Matrix3x3"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_Matrix3x3: Source",
"key": "DataInput_Source",
"details": {
"name": "Matrix3x3: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Matrix4x4",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix4x4"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "FromQuaternionAndTranslation",
"name": "From Quaternion And Translation",
"category": "Math/Matrix4x4",
"tooltip": "returns a skew-symmetric cross product matrix based on supplied vector",
"subtitle": "Matrix4x4"
"tooltip": "Returns a skew-symmetric cross product matrix based on supplied vector"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_Quaternion: Rotation",
"key": "DataInput_Rotation",
"details": {
"name": "Quaternion: Rotation"
"name": "Rotation"
}
},
{
"key": "DataInput_Vector3: Translation",
"key": "DataInput_Translation",
"details": {
"name": "Vector3: Translation"
"name": "Translation"
}
},
{
"key": "DataOutput_Result: Matrix4x4",
"key": "DataOutput_Result",
"details": {
"name": "Result: Matrix4x4"
"name": "Result"
}
}
]

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