Property Progress
Progress
A custom operation should override this method to return the progress of the operation.
선언
protected virtual float Progress { get; }
프로퍼티 값
타입 | 설명 |
---|---|
float | Progress of the operation. Value should be between 0.0f and 1.0f |