Struct ProgressHandler
Namespace: RSG
Syntax
public struct ProgressHandler
Fields
callback
Callback fn.
Declaration
public Action<float> callback
Field Value
Type | Description |
---|---|
System.Action<System.Single> |
rejectable
The promise that is rejected when there is an error while invoking the handler.
Declaration
public IRejectable rejectable
Field Value
Type | Description |
---|---|
IRejectable |