VideoPlayer.isPlaying
"Read-Only"
This property is Read-Only
Name | Type |
---|---|
isPlaying | boolean |
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.