SceneTransitionService.SetProgressValue(Single) Method

Definition

Sets progress to value from 0-1. If no progress indicator exists, has no effect.

public:
 virtual void SetProgressValue(float progress);
public void SetProgressValue (float progress);
abstract member SetProgressValue : single -> unit
override this.SetProgressValue : single -> unit
Public Sub SetProgressValue (progress As Single)

Parameters

progress
Single

Implements

Applies to