get list of shader params?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By player0815

hi,

is there a way to get a list of all uniforms of a shader?
I only found the string with code:

print(MyMaterial.shader.code)

Is there anything simpler?

thx :wink: