Skip to content

Commit

Permalink
added more types to ADBE log
Browse files Browse the repository at this point in the history
  • Loading branch information
pfcDorn committed Nov 22, 2024
1 parent 1233227 commit 94d9c2e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/authoring/AuthoringNodeSpecs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,12 @@ export const pointerNodeSpecs: IAuthoringNode[] = [
types: [
"AMZN_interactivity_string",
"bool",
"float"
"float",
"float2",
"float3",
"float4",
"float4x4",
"int[]"
]
}
]
Expand Down

0 comments on commit 94d9c2e

Please sign in to comment.