Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ResultType

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Result of an integrator operation.

Properties

SuccessThe integration succeeded.
CancelledThe integration was cancelled.
JobFailedThe integration failed due to an internal job error.
OutOfMemoryThe integration failed because it ran out of memory.
InvalidInputThe integration failed due to invalid input.
LowLevelAPIFailureThe integration failed due to a low level API failure.
IOFailedThe integration failed due to a file IO error.
UndefinedThe integration failed due to an undefined error. Please consider reporting a bug if you encounter this error type.