urho icon indicating copy to clipboard operation
urho copied to clipboard

Missing Binding for Material::GetShaderParameters

Open andrekoehler opened this issue 7 years ago • 1 comments

This is currently not high priority for me, but while debugging I noticed it would have been nice if the Material::GetShaderParameters API was exposed to C# https://urho3d.github.io/documentation/1.6/class_urho3_d_1_1_material.html#a7ea71170258686193017ae8a5cae1efe so I could quickly check in the debugger what was wrong with my material that does not render correctly.

andrekoehler avatar Feb 05 '18 13:02 andrekoehler

this one is in progress - methods with Variant as a return type currently are not surfaced (e.g. Node.GetVar)

EgorBo avatar Feb 27 '18 22:02 EgorBo