C# Class OOGL.Textures.Texture

Inheritance: IDisposable
显示文件 Open project: tpb3d/TPB3D Class Usage Examples

Public Properties

Property Type Description
handle uint

Public Methods

Method Description
Dispose ( ) : void
Texture ( uint handle ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Texture() public method

public Texture ( uint handle ) : System
handle uint
return System

Property Details

handle public_oe property

public uint handle
return uint