Skip to content

[UI] Hiding properties from specific shaders in the UI #324

Answered by pragma37
panthavma asked this question in Q&A
Discussion options

You must be logged in to vote

All-caps uniforms and uniforms that start with an underscore are hidden in the UI:

uniform bool _is_hidden = true;
uniform bool IS_HIDDEN = true;

There's currently no way to collapse all properties.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@panthavma
Comment options

Answer selected by panthavma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants