C# 클래스 WaveEngine.Components.Graphics2D.Material2D

상속: Component
파일 보기 프로젝트 열기: WaveEngine/Components

보호된 프로퍼티들

프로퍼티 타입 설명
disposed bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases unmanaged and - optionally - managed resources.

Material2D ( Material material ) : System

Initializes a new instance of the Material2D class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Initialize ( ) : void

Initialices the component.

메소드 상세

Dispose() 공개 메소드

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

Dispose() 보호된 메소드

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. ///
리턴 void

Initialize() 보호된 메소드

Initialices the component.
protected Initialize ( ) : void
리턴 void

Material2D() 공개 메소드

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

프로퍼티 상세

disposed 보호되어 있는 프로퍼티

The disposed
protected bool disposed
리턴 bool