Click or drag to resize

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
Syntax
C#
public bool SetPlayWhenReady(
	bool playWhenReady
)

Parameters

playWhenReady
Type: SystemBoolean

Return Value

Type: Boolean
if accepted
See Also