NarratorController.isPlaying C# (CSharp) Method

isPlaying() public method

public isPlaying ( ) : bool
return bool
    public bool isPlaying()
    {
        return narrator.isPlaying;
    }