Vixen
02b45cc4

PhysicsInitializationException

class Core/Vixen.Physics/PhysicsExceptions.cs:7
csharp
public sealed class PhysicsInitializationException

Jolt could not be brought up — almost always a native library that would not load.

No guide page documents this yet — the page shows what the code says about itself.

Methods (3)

  • public PhysicsInitializationException(string message)

    Creates the exception.

  • public PhysicsInitializationException(string message, Exception innerException)

    Creates the exception with a cause.

  • public PhysicsInitializationException()

    Creates the exception with no message.

Used by (1)

  • JoltRuntimeVixen.Physics