struct in UnityEngine.LowLevelPhysics2D
/
Implemented in:UnityEngine.Physics2DModule
Custom user data. The physics system doesn't use this data, it is entirely for custom use.
| Property | Description |
|---|---|
| boolValue | A custom System.Boolean. |
| floatValue | A custom 32-bit System.Single. |
| int64Value | A custom 64-bit System.Int64. |
| intValue | A custom 32-bit System.Int32. |
| objectValue | A custom Unity object. |
| physicsMaskValue | A custom 64-bit PhysicsMask. |