C# Class Reign.Video.XNA.BlendState

Inheritance: Disposable, BlendStateI
Show file Open project: reignstudios/ReignSDK

Public Methods

Method Description
BlendState ( DisposableI parent, BlendStateDescI desc ) : Reign.Core
Enable ( ) : void
New ( DisposableI parent, BlendStateDescI desc ) : BlendState

Method Details

BlendState() public method

public BlendState ( DisposableI parent, BlendStateDescI desc ) : Reign.Core
parent DisposableI
desc BlendStateDescI
return Reign.Core

Enable() public method

public Enable ( ) : void
return void

New() public static method

public static New ( DisposableI parent, BlendStateDescI desc ) : BlendState
parent DisposableI
desc BlendStateDescI
return BlendState