dovigod / V-Gesture

Other
2 stars 0 forks source link

[Enhancement] - make gestureTargetCollection iterable #17

Closed dovigod closed 5 months ago

dovigod commented 5 months ago

Start Date

2024/05/16

Summary

For debuging purpose, making gestureTargetCollection will give better DX

Basic Example

for(const x of vGesture.gestureTargetCollection){
   console.log(x)
}

Drawbacks

since there isn't any revisions no drawbacks expected

Implementation PR

18

Reference Issues

No response