C# 클래스 MonoGdx.Scene2D.UI.Image

상속: Widget
파일 보기 프로젝트 열기: jaquadro/MonoGdx

공개 메소드들

메소드 설명
Draw ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
Image ( ) : System
Image ( ISceneDrawable drawable ) : System
Image ( ISceneDrawable drawable, Scaling scaling ) : System
Image ( ISceneDrawable drawable, Scaling scaling, Alignment align ) : System
Image ( NinePatch patch ) : System
Image ( Skin skin, string drawableName ) : System
Image ( TextureContext texture ) : System
Image ( TextureRegion region ) : System
Layout ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
spriteBatch MonoGdx.Graphics.G2D.GdxSpriteBatch
parentAlpha float
리턴 void

Image() 공개 메소드

public Image ( ) : System
리턴 System

Image() 공개 메소드

public Image ( ISceneDrawable drawable ) : System
drawable ISceneDrawable
리턴 System

Image() 공개 메소드

public Image ( ISceneDrawable drawable, Scaling scaling ) : System
drawable ISceneDrawable
scaling Scaling
리턴 System

Image() 공개 메소드

public Image ( ISceneDrawable drawable, Scaling scaling, Alignment align ) : System
drawable ISceneDrawable
scaling Scaling
align Alignment
리턴 System

Image() 공개 메소드

public Image ( NinePatch patch ) : System
patch MonoGdx.Graphics.G2D.NinePatch
리턴 System

Image() 공개 메소드

public Image ( Skin skin, string drawableName ) : System
skin Skin
drawableName string
리턴 System

Image() 공개 메소드

public Image ( TextureContext texture ) : System
texture MonoGdx.Graphics.G2D.TextureContext
리턴 System

Image() 공개 메소드

public Image ( TextureRegion region ) : System
region MonoGdx.Graphics.G2D.TextureRegion
리턴 System

Layout() 공개 메소드

public Layout ( ) : void
리턴 void