C# 클래스 FlatRedBall.AnimationEditorForms.WireframeManager

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 프로퍼티들

프로퍼티 타입 설명
OutlineColor Color

공개 메소드들

메소드 설명
GetTextureFileNameForFrame ( AnimationFrameSave frame ) : string
GetTextureForFrame ( AnimationFrameSave frame ) : Microsoft.Xna.Framework.Graphics.Texture2D
HandleAnimationChainChanged ( ) : void
Initialize ( ImageRegionSelectionControl control, SystemManagers managers, WireframeEditControls wireframeControl ) : void
RefreshAll ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetTextureFileNameForFrame() 공개 메소드

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

GetTextureForFrame() 공개 메소드

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

HandleAnimationChainChanged() 공개 메소드

public HandleAnimationChainChanged ( ) : void
리턴 void

Initialize() 공개 메소드

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

RefreshAll() 공개 메소드

public RefreshAll ( ) : void
리턴 void

프로퍼티 상세

OutlineColor 공개적으로 프로퍼티

public Color OutlineColor
리턴 Color