Gets or sets the alpha (transparency) of the actor.

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 float Alpha { get; set; }
Visual Basic (Declaration)
Public Property Alpha As Single
Visual C++
public:
property float Alpha {
	float get ();
	void set (float value);
}

See Also