-
I use this code to create a layer to a material descriptor.
But then I make a material will throw exception show
|
Beta Was this translation helpful? Give feedback.
Answered by
Kation
Oct 27, 2024
Replies: 1 comment
-
I solve it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solve it.
In the layer that material should not use
Material.New
.Use
new Material { Descriptor = ... }
instead.