Click or drag to resize
XDL

XTexture Properties

The XTexture type exposes the following members.

Properties
  NameDescription
Public propertyApplyAlpha
텍스처 렌더링시 투명도 alpha값을 얻거나 설정한다.
Public propertyDataSize
텍스처 메모리 크기.
Public propertyFilterType
텍스처의 필터링 방식.
Public propertyGLTextureID
디바이스에서 관리되고 있는 텍스처 식별자.
Public propertyHeight
세로 방향 크기.
Public propertyInDevice
디바이스에서 관리되고 있는지 여부.
Public propertyLoaded
외부 리소스에서 텍스처가 로딩되었는지 여부.
Public propertyMipmap
Mipmap이 사용가능한지 여부를 얻거나 설정한다.
Public propertyPixelformat
텍스처 PixelFormat 형식.
Public propertyTransparentColor
텍스처의 투명 색상을 얻거나 설정한다.
Public propertyWidth
가로 방향 크기.
Public propertyWrapType
텍스처의 wrap 방식.
Top
See Also