C# Class WaveEngine.Components.Graphics2D.Material2D

Inheritance: Component
Afficher le fichier Open project: WaveEngine/Components

Protected Properties

Свойство Type Description
disposed bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases unmanaged and - optionally - managed resources.

Material2D ( Material material ) : System

Initializes a new instance of the Material2D class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Initialize ( ) : void

Initialices the component.

Method Details

Dispose() public méthode

Releases unmanaged and - optionally - managed resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool /// true to release both managed and unmanaged resources; false to release only unmanaged resources. ///
Résultat void

Initialize() protected méthode

Initialices the component.
protected Initialize ( ) : void
Résultat void

Material2D() public méthode

Initializes a new instance of the Material2D class.
public Material2D ( Material material ) : System
material Material The material.
Résultat System

Property Details

disposed protected_oe property

The disposed
protected bool disposed
Résultat bool