Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the meaning of FIFO based UI Line Render #450

Open
ffbh123456 opened this issue Sep 5, 2023 · 1 comment
Open

What's the meaning of FIFO based UI Line Render #450

ffbh123456 opened this issue Sep 5, 2023 · 1 comment
Labels
question Further information is requested

Comments

@ffbh123456
Copy link

ffbh123456 commented Sep 5, 2023

just read this line in README.md: Added new FIFO based UI Line Render when dynamic line rendering is needed.
have no idea about the FIFO, I do need to update the Points in UILineRender dynamically. for now, I have to call SetVerticesDirty() every frame after I modified the Points in UILineRender. Is there a better component for displaying dynamically lines rendered in UI than UILineRender

@ffbh123456 ffbh123456 added the question Further information is requested label Sep 5, 2023
@SimonDarksideJ
Copy link
Contributor

The author provided an example scene and an explanation for why the FIFO version of the Line Renderer exists, mainly it is for Lines that need to be repeatedly drawn, rather than "placed.

Detail and sample can be found here
https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues/324

I'll see about adding the sample to the main UIEXtensions examples and try and get the docs updated for the control

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants