Skip to main content

VideoPlayer.isPlaying

"Read-Only"

This property is Read-Only

NameType
isPlayingboolean

Description

Whether content is being played. (Read Only)

Extra Detail

Calling VideoPlayer.Play may not set isPlaying to true. The VideoPlayer must successfully prepare the content before it can start playing. See VideoPlayer.Prepare.