Свойство | Тип | Описание | |
---|---|---|---|
CurrentSpriteGrid | FlatRedBall.ManagedSpriteGroups.SpriteGrid | ||
SpriteGridGrabbed | FlatRedBall.ManagedSpriteGroups.SpriteGrid | ||
newlySelectedCurrentSprite | |||
newlySelectedCurrentSpriteGrid | FlatRedBall.ManagedSpriteGroups.SpriteGrid | ||
oldPosition | System.Vector3 |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public ClickGrid ( FlatRedBall.ManagedSpriteGroups.SpriteGrid gridClicked, |
||
gridClicked | FlatRedBall.ManagedSpriteGroups.SpriteGrid | |
spriteClicked | ||
Результат | void |
public DeleteGrid ( FlatRedBall.ManagedSpriteGroups.SpriteGrid gridToDelete ) : void | ||
gridToDelete | FlatRedBall.ManagedSpriteGroups.SpriteGrid | |
Результат | void |
public static HasBlueprintChanged ( ) : bool | ||
Результат | bool |
public PopulateAndAddGridToEngine ( FlatRedBall.ManagedSpriteGroups.SpriteGrid gridToAdd, |
||
gridToAdd | FlatRedBall.ManagedSpriteGroups.SpriteGrid | |
spriteToUseAsPopulationSource | ||
Результат | void |
public static ShowMessageBoxIfBoundsAreInvalid ( ) : void | ||
Результат | void |
public static SpriteGrid,FlatRedBall.ManagedSpriteGroups CurrentSpriteGrid | ||
Результат | FlatRedBall.ManagedSpriteGroups.SpriteGrid |
public SpriteGrid,FlatRedBall.ManagedSpriteGroups SpriteGridGrabbed | ||
Результат | FlatRedBall.ManagedSpriteGroups.SpriteGrid |
public Sprite,FlatRedBall newlySelectedCurrentSprite | ||
Результат |
public SpriteGrid,FlatRedBall.ManagedSpriteGroups newlySelectedCurrentSpriteGrid | ||
Результат | FlatRedBall.ManagedSpriteGroups.SpriteGrid |