C# Class FlatRedBall.AnimationEditorForms.WireframeManager

Datei anzeigen Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
OutlineColor Color

Public Methods

Method Description
GetTextureFileNameForFrame ( AnimationFrameSave frame ) : string
GetTextureForFrame ( AnimationFrameSave frame ) : Microsoft.Xna.Framework.Graphics.Texture2D
HandleAnimationChainChanged ( ) : void
Initialize ( ImageRegionSelectionControl control, SystemManagers managers, WireframeEditControls wireframeControl ) : void
RefreshAll ( ) : void

Private Methods

Method Description
HandleClick ( object sender, EventArgs e ) : void
HandleMouseWheelZoom ( object sender, EventArgs e ) : void
HandlePanning ( ) : void
HandleRegionChanged ( object sender, EventArgs e ) : void
HandleRegionPushed ( object sender, EventArgs e ) : void
HandleXnaUpdate ( ) : void
MoveOriginToTopLeft ( RenderingLibrary camera ) : void
ReactToMagicWandChange ( object sender, EventArgs e ) : void
ShowSpriteOutlineForTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : void
TryHandleMagicWandClicking ( ) : void
TryHandleSpriteSheetClicking ( ) : void
UpdateLineGridToTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : void
UpdateRectangleSelectorToFrame ( AnimationFrameSave frame, Microsoft.Xna.Framework.Graphics.Texture2D texture, RectangleSelector rectangleSelector ) : void
UpdateSelectorsToAnimation ( bool skipPushed, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : void
UpdateToSelectedAnimation ( bool skipPushed = false ) : void
UpdateToSelectedFrame ( ) : void
mControl_XnaInitialize ( ) : void

Method Details

GetTextureFileNameForFrame() public method

public GetTextureFileNameForFrame ( AnimationFrameSave frame ) : string
frame FlatRedBall.Content.AnimationChain.AnimationFrameSave
return string

GetTextureForFrame() public method

public GetTextureForFrame ( AnimationFrameSave frame ) : Microsoft.Xna.Framework.Graphics.Texture2D
frame FlatRedBall.Content.AnimationChain.AnimationFrameSave
return Microsoft.Xna.Framework.Graphics.Texture2D

HandleAnimationChainChanged() public method

public HandleAnimationChainChanged ( ) : void
return void

Initialize() public method

public Initialize ( ImageRegionSelectionControl control, SystemManagers managers, WireframeEditControls wireframeControl ) : void
control FlatRedBall.SpecializedXnaControls.ImageRegionSelectionControl
managers RenderingLibrary.SystemManagers
wireframeControl FlatRedBall.AnimationEditorForms.Controls.WireframeEditControls
return void

RefreshAll() public method

public RefreshAll ( ) : void
return void

Property Details

OutlineColor public_oe property

public Color OutlineColor
return Color