Example #1
0
 private void AssignReferences()
 {
     SpriteInstance = this.GetGraphicalUiElementByName("SpriteInstance") as AbbatoirIntergrade.GumRuntimes.SpriteRuntime;
     if (tryCreateFormsObject)
     {
         FormsControl = new FlatRedBall.Forms.Controls.Button(this);
     }
 }
 private void AssignReferences()
 {
     SpriteInstance = this.GetGraphicalUiElementByName("SpriteInstance") as AbbatoirIntergrade.GumRuntimes.SpriteRuntime;
 }
 private void AssignReferences()
 {
     BackgroundSprite = this.GetGraphicalUiElementByName("BackgroundSprite") as AbbatoirIntergrade.GumRuntimes.SpriteRuntime;
 }
 private void AssignReferences()
 {
     BackgroundColoredRectangle = this.GetGraphicalUiElementByName("BackgroundColoredRectangle") as AbbatoirIntergrade.GumRuntimes.ColoredRectangleRuntime;
     FRBLogoSprite = this.GetGraphicalUiElementByName("FRBLogoSprite") as AbbatoirIntergrade.GumRuntimes.SpriteRuntime;
 }