Version: 5.3

Application.GetStreamProgressForLevel

매뉴얼로 전환
public static float GetStreamProgressForLevel (int levelIndex);

설명

How far has the download progressed? [0...1].

In the webplayer this returns the progress of this level.

See Also: CanStreamedLevelBeLoaded function.

no example available in C#

public static float GetStreamProgressForLevel (string levelName);

설명

How far has the download progressed? [0...1].

In the webplayer this returns the progress of this level.

See Also: CanStreamedLevelBeLoaded function.