Vector types issue
Closed this issue · 2 comments
FlashHit commented
Instead of just being a vector it should be also the type. ie:
SoundPatchAsset.outputNodes
will only show it as a vector
instead of vector|AudioGraphNodeData[]
FlashHit commented
so instead of
---@class SoundPatchAsset:SoundGraphAsset
---@field outputNodes vector @ **Vector Type: `AudioGraphNodeData`**
it should be
---@class SoundPatchAsset:SoundGraphAsset
---@field outputNodes vector|AudioGraphNodeData[]