Can I make custom select command for assets manager ? #3891
Answered
by
artf
LamaYouzghatli
asked this question in
Q&A
-
Hi I don't want to change the asset manager, I just want to change the select function. Can I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
artf
Oct 25, 2021
Replies: 1 comment
-
You can have a custom selection strategy via |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LamaYouzghatli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can have a custom selection strategy via
AssetManager.open
, but keep in mind that if your goal is changing the select strategy for something like an Image component, you have to extend its view (onActive
method) as it has already its own strategy.