ControllerProxySetPlayWhenReady Method |
Sets if to play the media after it's loaded (in case it's loading or will load). OR sets if to play/pause the media in case it's ready for playback or already playing
Namespace:
frame8.Logic.Media.MediaPlayer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic bool SetPlayWhenReady(
bool playWhenReady
)
Parameters
- playWhenReady
- Type: SystemBoolean
Return Value
Type:
Booleanif accepted
See Also