Show / Hide Table of Contents

Enum GetCallbackState

The state of the asset acquisition process.

Namespace: Fusee.Base.Common
Assembly: Fusee.Base.Common.dll
Syntax
public enum GetCallbackState

Fields

Name Description
Done

Acquisition ended successfully. o contains the object of the type passed to GetCallback.

Error

An error occurred while acquiring the asset. o (GetCallbackState) contains a string containing the message.

Progress

Asset acquisition is in progress. o (GetCallbackState)contains an integer specifying the progress in percent (100 == done).

Generated by DocFX
GitHub Repo
Back to top