Click or drag to resize

AsyncOperationTSetTargetProgress Method

Sets a target progress of the async operation (target progress will be clamped [1, int.MaxValue])

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Async
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public void SetTargetProgress(
	int targetProgress
)

Parameters

targetProgress
Type: SystemInt32
A progress limit of the async operation.
See Also