C# 클래스 GLSharp.Content.TextureItem

상속: ResourceItem
파일 보기 프로젝트 열기: colin-dumitru/GLSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Image IImageResource
Texture ITexture

공개 메소드들

메소드 설명
Free ( ) : System.Boolean
Readlocate ( ) : System.Boolean
TextureItem ( IGraphics graphics ) : System

메소드 상세

Free() 공개 메소드

public Free ( ) : System.Boolean
리턴 System.Boolean

Readlocate() 공개 메소드

public Readlocate ( ) : System.Boolean
리턴 System.Boolean

TextureItem() 공개 메소드

public TextureItem ( IGraphics graphics ) : System
graphics IGraphics
리턴 System

프로퍼티 상세

Image 공개적으로 프로퍼티

public IImageResource Image
리턴 IImageResource

Texture 공개적으로 프로퍼티

public ITexture Texture
리턴 ITexture