C# 클래스 UnityEditor.WebGL.ProgressHelper

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
Advance ( ) : float
Get ( ) : float
LastValue ( ) : float
Reset ( float numSteps ) : void
Show ( string title, string message ) : void
Step ( string title, string message ) : void

메소드 상세

Advance() 공개 메소드

public Advance ( ) : float
리턴 float

Get() 공개 메소드

public Get ( ) : float
리턴 float

LastValue() 공개 메소드

public LastValue ( ) : float
리턴 float

Reset() 공개 메소드

public Reset ( float numSteps ) : void
numSteps float
리턴 void

Show() 공개 메소드

public Show ( string title, string message ) : void
title string
message string
리턴 void

Step() 공개 메소드

public Step ( string title, string message ) : void
title string
message string
리턴 void