xamarin / urho

Code to integrate with the Urho3D engine
Other
462 stars 122 forks source link

urho Binding xamarin forms WPF #407

Open merco opened 4 years ago

merco commented 4 years ago

Is it possibile to have the binding for the UrhoSurface in a WPF FormsApplicationPage ? A basic scene setup doesen't show anything in a WPF xamarin forms application, but the same code works in a Droid xamarin forms application.

<forms:UrhoSurface x:Name="USurface" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" MinimumHeightRequest="100" MinimumWidthRequest="100" BackgroundColor="AliceBlue"/>

I'm using Vs2019 urhoSharp forms 1.9.67