Hiding inspector components #45
Answered
by
yasirkula
renjithpk2805
asked this question in
Q&A
-
Hi can you please show with an example how to hide inspector component |
Beta Was this translation helpful? Give feedback.
Answered by
yasirkula
Oct 22, 2021
Replies: 1 comment 1 reply
-
Of course: runtimeInspector.ComponentFilter = ( GameObject gameObject, List<Component> components ) =>
{
// Simply remove the undesired Components from the 'components' list
}; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yasirkula
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of course: