Class LowLevelPhysicsExecutionOrder
Useful Execution orders for low level physics.
This mimics closely the Unity low level physics 2D extra package made by Melvyn May to
line up with any logic for those using that package as well.
This are just included for those who don't want to install an extra package.
Inheritance
System.Object
LowLevelPhysicsExecutionOrder
Assembly: cs.temp.dll.dll
Syntax
public static class LowLevelPhysicsExecutionOrder
Fields
PhysicsBody
Declaration
public const int PhysicsBody = -999
Field Value
| Type |
Description |
| System.Int32 |
|
PhysicsJoint
Declaration
public const int PhysicsJoint = -998
Field Value
| Type |
Description |
| System.Int32 |
|
PhysicsShape
Declaration
public const int PhysicsShape = -998
Field Value
| Type |
Description |
| System.Int32 |
|
PhysicsWorld
Declaration
public const int PhysicsWorld = -1000
Field Value
| Type |
Description |
| System.Int32 |
|