C# 클래스 RenderingLibrary.Graphics.SolidRectangle

상속: IPositionedSizedObject, IRenderable, IVisible
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Color Color

Private Properties

프로퍼티 타입 설명
GetAtlasedTexture Microsoft.Xna.Framework.Graphics.Texture2D
IRenderable void
IRenderable void
IRenderableIpso void

공개 메소드들

메소드 설명
SolidRectangle ( ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
GetAtlasedTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D

Checks if the Colored Rectangle texture is located in a loaded atlas.

IRenderable ( ) : void
IRenderable ( SpriteRenderer spriteRenderer, SystemManagers managers ) : void
IRenderableIpso ( IRenderableIpso parent ) : void

메소드 상세

SolidRectangle() 공개 메소드

public SolidRectangle ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color