Fry Posted October 16, 2021 Share Posted October 16, 2021 The latest release mentioned an improvement added a random game property bind for theme development. Is there any documentation or detail on what this is or how this works? Quote Link to comment Share on other sites More sharing options...
C-Beats Posted October 18, 2021 Share Posted October 18, 2021 We added a bindable property to all filter views called "RandomGame" that is a game picked at random from the currently selected filter. You can use it do display information or media about a random game for the filter currently being hovered over. So for example you do something like make a dynamic text box that says, "{Binding RandomGame.Title} is a great {Binding RandomGame.Genre} game for the {Binding SelectedPlatform.Name}!" and would display something similar to: "Adventure is a great adventure game for the Atari 2600!" The RandomGame property changes when SelectedPlatform (or SelectedFilter) changes so that you can have multiple bindings pointing to the randomly selected game and they all point to the same game. 1 Quote Link to comment Share on other sites More sharing options...
Fry Posted October 18, 2021 Author Share Posted October 18, 2021 Thanks @C-Beats! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.