C# 클래스 CarpMuffin.UserInterfaces.UserInterfaceSkin

The skin for a user interface
파일 보기 프로젝트 열기: BetaToast/CarpMuffin 1 사용 예제들

공개 메소드들

메소드 설명
Load ( Microsoft.Xna.Framework.Content.ContentManager content, string assetName ) : UserInterfaceSkin
UserInterfaceSkin ( ) : System.Collections.Generic
this ( int index ) : Rectangle
this ( string alias ) : Rectangle

메소드 상세

Load() 공개 정적인 메소드

public static Load ( Microsoft.Xna.Framework.Content.ContentManager content, string assetName ) : UserInterfaceSkin
content Microsoft.Xna.Framework.Content.ContentManager
assetName string
리턴 UserInterfaceSkin

UserInterfaceSkin() 공개 메소드

public UserInterfaceSkin ( ) : System.Collections.Generic
리턴 System.Collections.Generic

this() 공개 메소드

public this ( int index ) : Rectangle
index int
리턴 Microsoft.Xna.Framework.Rectangle

this() 공개 메소드

public this ( string alias ) : Rectangle
alias string
리턴 Microsoft.Xna.Framework.Rectangle