Gets or sets the source blend of the actor (used in conjunction with AlphaBlendEnabled = true).

Namespace:  Bespoke.Games.Framework
Assembly:  Bespoke.Games.Framework (in Bespoke.Games.Framework.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public Blend SourceBlend { get; set; }
Visual Basic (Declaration)
Public Property SourceBlend As Blend
Visual C++
public:
property Blend SourceBlend {
	Blend get ();
	void set (Blend value);
}

See Also