Example #1
0
 private void load()
 {
     AddInternal(backgroundBox = new SelectableAreaBackground
     {
         Colour = Color4.Black
     });
 }
Example #2
0
 private void load()
 {
     AddInternal(backgroundBox = new SelectableAreaBackground
     {
         Colour = Color4.Black,
         Depth  = float.MaxValue,
     });
 }
Example #3
0
 private void load()
 {
     AddInternal(backgroundBox = new SelectableAreaBackground
     {
         Colour   = Color4.Black,
         Depth    = float.MaxValue,
         Blending = BlendingParameters.Additive,
     });
 }