Property | Type | Description | |
---|---|---|---|
CurrentSpriteGrid | FlatRedBall.ManagedSpriteGroups.SpriteGrid | ||
SpriteGridGrabbed | FlatRedBall.ManagedSpriteGroups.SpriteGrid | ||
newlySelectedCurrentSprite | |||
newlySelectedCurrentSpriteGrid | FlatRedBall.ManagedSpriteGroups.SpriteGrid | ||
oldPosition | System.Vector3 |
Method | Description | |
---|---|---|
Activity ( ) : void | ||
AskIfChangesShouldBeApplied ( GuiMessage extraMessage ) : void | ||
ClickGrid ( FlatRedBall.ManagedSpriteGroups.SpriteGrid gridClicked, |
||
DeleteGrid ( FlatRedBall.ManagedSpriteGroups.SpriteGrid gridToDelete ) : void | ||
HasBlueprintChanged ( ) : bool | ||
PopulateAndAddGridToEngine ( FlatRedBall.ManagedSpriteGroups.SpriteGrid gridToAdd, |
||
SESpriteGridManager ( ) : System | ||
ShowMessageBoxIfBoundsAreInvalid ( ) : void | ||
ToString ( ) : string | ||
UpdateGridBorder ( ) : void | ||
grabGridSprite ( ) : void | ||
spriteGridArrayLogic ( ) : void |
Method | Description | |
---|---|---|
DoBoundsOverlapSprites ( FlatRedBall.ManagedSpriteGroups.SpriteGrid spriteGrid ) : bool | ||
PaintGridAt ( float x, float y, float z ) : void | ||
PaintSpriteGrid ( |
||
PaintTextureCoordinatesOnCurrentSpriteInGrid ( ) : void | ||
RepopulateSpriteGrid ( object spriteGrid ) : void | ||
ShouldAskUserIfChangesShouldBeApplied ( FlatRedBall.ManagedSpriteGroups.SpriteGrid tempSpriteGridGrabbed, |
Deselects the grid on the list window and returns whether to ask to keep changes When either a new SpriteGrid or a different Sprite in the same SpriteGrid is selected, the ShouldAskUserIfChangesShouldBeApplied() method must be called. This method does not deselect the currentSpriteGrid, but returns whether changes have been made so that the code calling this method can store the newly-selected Sprite and SpriteGrid in the newlySelectedCurrentSprite and newlySelectedCurrentSpriteGrid variables. For this, this method is private and only called from within this class. To deselect a grid from outside of this class, call clickGrid(null, null). |
public static AskIfChangesShouldBeApplied ( GuiMessage extraMessage ) : void | ||
extraMessage | GuiMessage | |
return | void |
public ClickGrid ( FlatRedBall.ManagedSpriteGroups.SpriteGrid gridClicked, |
||
gridClicked | FlatRedBall.ManagedSpriteGroups.SpriteGrid | |
spriteClicked | ||
return | void |
public DeleteGrid ( FlatRedBall.ManagedSpriteGroups.SpriteGrid gridToDelete ) : void | ||
gridToDelete | FlatRedBall.ManagedSpriteGroups.SpriteGrid | |
return | void |
public PopulateAndAddGridToEngine ( FlatRedBall.ManagedSpriteGroups.SpriteGrid gridToAdd, |
||
gridToAdd | FlatRedBall.ManagedSpriteGroups.SpriteGrid | |
spriteToUseAsPopulationSource | ||
return | void |
public static ShowMessageBoxIfBoundsAreInvalid ( ) : void | ||
return | void |
public static SpriteGrid,FlatRedBall.ManagedSpriteGroups CurrentSpriteGrid | ||
return | FlatRedBall.ManagedSpriteGroups.SpriteGrid |
public SpriteGrid,FlatRedBall.ManagedSpriteGroups SpriteGridGrabbed | ||
return | FlatRedBall.ManagedSpriteGroups.SpriteGrid |
public Sprite,FlatRedBall newlySelectedCurrentSprite | ||
return |
public SpriteGrid,FlatRedBall.ManagedSpriteGroups newlySelectedCurrentSpriteGrid | ||
return | FlatRedBall.ManagedSpriteGroups.SpriteGrid |