Click or drag to resize

AudioFaderIsPlaying Property

Returns whether an audio is currently playing or allows to play or pause it.

Namespace:  Kit.Behaviours
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public bool IsPlaying { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also