C# Class WaveEngine.Components.Graphics2D.Material2D

Inheritance: Component
Datei anzeigen Open project: WaveEngine/Components

Protected Properties

Property Type Description
disposed bool

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void

Releases unmanaged and - optionally - managed resources.

Material2D ( Material material ) : System

Initializes a new instance of the Material2D class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Initialize ( ) : void

Initialices the component.

Method Details

Dispose() public method

Releases unmanaged and - optionally - managed resources.
public Dispose ( ) : void
return void

Dispose() protected method

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. ///
return void

Initialize() protected method

Initialices the component.
protected Initialize ( ) : void
return void

Material2D() public method

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

Property Details

disposed protected_oe property

The disposed
protected bool disposed
return bool