GeonBit.Exceptions Namespace |
[Missing <summary> documentation for "N:GeonBit.Exceptions"]
Class | Description | |
---|---|---|
![]() | InternalError |
Thrown for unexpected internal errors in the engine.
|
![]() | InvalidActionException |
Thrown for unsupported / invalid actions.
For example, if the user tries to set bones for a material that doesn't support skinned animation.
|
![]() | InvalidValueException |
Thrown when the user provided invalid value to a built-in function.
|
![]() | OutOfRangeException |
Thrown when user tries to reach out-of-range index.
|
![]() | UnsupportedTypeException |
Thrown for unsupported types / classes.
For example, if the user tries to load an unsupported effect type.
|