Search found 2 matches

by destrugter
08 Feb 2019, 05:55
Forum: General Discussion
Replies: 1
Views: 2492

Binding Image source issue

I can't seem to bind my image element's source. What I have is the following: <ListBox Grid.Row="1" ItemsSource="{Binding Turrets, UpdateSourceTrigger=PropertyChanged}"> <ListBox.ItemTemplate> <DataTemplate> <Button Command="{Binding DataContext.ButtonClickCommand, RelativeS...
by destrugter
07 Feb 2019, 16:34
Forum: General Discussion
Replies: 1
Views: 2392

Confusion about how to use

This is a great project you have here. I have got it working in Unity with a minor fault in how I'm thinking about it and want to ask about it. My setup is I have a GameManager object with a script. This is going to house all of my data. I attached my View to the MainCamera with a script, and I atta...