squaremation Active Member Licensed User Longtime User Nov 26, 2012 #1 My question is, is there a significant draw back (performance), to adding a GameView to a Panel instead of the Activity?
My question is, is there a significant draw back (performance), to adding a GameView to a Panel instead of the Activity?
Erel B4X founder Staff member Licensed User Longtime User Nov 27, 2012 #2 No. Adding views over GameView does affect performance. Upvote 0
andymc Well-Known Member Licensed User Longtime User Jan 14, 2013 #3 Ah, so adding debug information ontop of the gameview view by using label views, will cause a performance hit? So I should include any debug information in teh gameview view it's self? Or outside it, such as in the log? Upvote 0
Ah, so adding debug information ontop of the gameview view by using label views, will cause a performance hit? So I should include any debug information in teh gameview view it's self? Or outside it, such as in the log?
Erel B4X founder Staff member Licensed User Longtime User Jan 14, 2013 #4 In most cases the performance hit will not be significant. Upvote 0