C# Class IrrlichtNETCP.MaterialLayer

Inheritance: NativeElement
Mostrar archivo Open project: Paulus/irrlichtnetcp

Public Methods

Method Description
MaterialLayer ( ) : System
MaterialLayer ( IntPtr raw ) : System

Private Methods

Method Description
MaterialLayer_Create ( ) : IntPtr
MaterialLayer_GetAnisotropicFilter ( IntPtr material ) : bool
MaterialLayer_GetBilinearFilter ( IntPtr material ) : bool
MaterialLayer_GetTexture ( IntPtr material ) : IntPtr
MaterialLayer_GetTransform ( IntPtr texture, [ TxT ) : void
MaterialLayer_GetTrilinearFilter ( IntPtr material ) : bool
MaterialLayer_SetAnisotropicFilter ( IntPtr material, bool val ) : void
MaterialLayer_SetBilinearFilter ( IntPtr material, bool val ) : void
MaterialLayer_SetTexture ( IntPtr material, IntPtr text ) : void
MaterialLayer_SetTransform ( IntPtr texture, float TxT ) : void
MaterialLayer_SetTrilinearFilter ( IntPtr material, bool val ) : void

Method Details

MaterialLayer() public method

public MaterialLayer ( ) : System
return System

MaterialLayer() public method

public MaterialLayer ( IntPtr raw ) : System
raw System.IntPtr
return System