Sprite.Opacity Property
Animation Studio Reference

Sprite.Opacity Property

Gets or sets the opacity of the sprite. 0.0F = fully transparent (invisible), 1.0F = no transpareny. This property is overriden, when used in keyframes of the Timeline.

[Visual Basic]
Public Property Opacity As Single
[C#]
public float Opacity {get; set;}

See Also

Sprite Class | AnimationStudio Namespace