C# Class AlbedoDatabaseGenerator.Database.Manifest.Swatch

Inheritance: IDisposable
Mostra file Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_ImageFileName string
m_LocationBottomRight Vector2D
m_LocationTopLeft Vector2D
m_RGB Vector
m_Texture System.Drawing.Bitmap
m_xyY Vector

Public Methods

Method Description
Dispose ( ) : void
Load ( XmlElement _Element ) : void
LoadTexture ( Manifest _Owner ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Load() public method

public Load ( XmlElement _Element ) : void
_Element System.Xml.XmlElement
return void

LoadTexture() public method

public LoadTexture ( Manifest _Owner ) : void
_Owner Manifest
return void

Property Details

m_ImageFileName public_oe property

public string m_ImageFileName
return string

m_LocationBottomRight public_oe property

public Vector2D m_LocationBottomRight
return Vector2D

m_LocationTopLeft public_oe property

public Vector2D m_LocationTopLeft
return Vector2D

m_RGB public_oe property

public Vector m_RGB
return Vector

m_Texture public_oe property

public Bitmap,System.Drawing m_Texture
return System.Drawing.Bitmap

m_xyY public_oe property

public Vector m_xyY
return Vector