Property Progress
Progress
A custom operation should override this method to return the progress of the operation.
Declaration
protected virtual float Progress { get; }
Property Value
Type | Description |
---|---|
Single | Progress of the operation. Value should be between 0.0f and 1.0f |