C# 클래스 AlbedoDatabaseGenerator.Database.Manifest.Swatch

상속: IDisposable
파일 보기 프로젝트 열기: Patapom/GodComplex

공개 프로퍼티들

프로퍼티 타입 설명
m_ImageFileName string
m_LocationBottomRight Vector2D
m_LocationTopLeft Vector2D
m_RGB Vector
m_Texture System.Drawing.Bitmap
m_xyY Vector

공개 메소드들

메소드 설명
Dispose ( ) : void
Load ( XmlElement _Element ) : void
LoadTexture ( Manifest _Owner ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Load() 공개 메소드

public Load ( XmlElement _Element ) : void
_Element System.Xml.XmlElement
리턴 void

LoadTexture() 공개 메소드

public LoadTexture ( Manifest _Owner ) : void
_Owner Manifest
리턴 void

프로퍼티 상세

m_ImageFileName 공개적으로 프로퍼티

public string m_ImageFileName
리턴 string

m_LocationBottomRight 공개적으로 프로퍼티

public Vector2D m_LocationBottomRight
리턴 Vector2D

m_LocationTopLeft 공개적으로 프로퍼티

public Vector2D m_LocationTopLeft
리턴 Vector2D

m_RGB 공개적으로 프로퍼티

public Vector m_RGB
리턴 Vector

m_Texture 공개적으로 프로퍼티

public Bitmap,System.Drawing m_Texture
리턴 System.Drawing.Bitmap

m_xyY 공개적으로 프로퍼티

public Vector m_xyY
리턴 Vector