C# Class Radegast.Rendering.Shader

Inheritance: IDisposable
显示文件 Open project: radegastdev/radegast Class Usage Examples

Public Properties

Property Type Description
ID int

Public Methods

Method Description
Dispose ( ) : void
Load ( string fileName ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Load() public method

public Load ( string fileName ) : bool
fileName string
return bool

Property Details

ID public_oe property

public int ID
return int