C# Class AlbedoDatabaseGenerator.Database.Manifest.Swatch

Inheritance: IDisposable
Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

Свойство Type Description
m_ImageFileName string
m_LocationBottomRight Vector2D
m_LocationTopLeft Vector2D
m_RGB Vector
m_Texture System.Drawing.Bitmap
m_xyY Vector

Méthodes publiques

Méthode Description
Dispose ( ) : void
Load ( XmlElement _Element ) : void
LoadTexture ( Manifest _Owner ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Load() public méthode

public Load ( XmlElement _Element ) : void
_Element System.Xml.XmlElement
Résultat void

LoadTexture() public méthode

public LoadTexture ( Manifest _Owner ) : void
_Owner Manifest
Résultat void

Property Details

m_ImageFileName public_oe property

public string m_ImageFileName
Résultat string

m_LocationBottomRight public_oe property

public Vector2D m_LocationBottomRight
Résultat Vector2D

m_LocationTopLeft public_oe property

public Vector2D m_LocationTopLeft
Résultat Vector2D

m_RGB public_oe property

public Vector m_RGB
Résultat Vector

m_Texture public_oe property

public Bitmap,System.Drawing m_Texture
Résultat System.Drawing.Bitmap

m_xyY public_oe property

public Vector m_xyY
Résultat Vector