Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


userData

Get/Set PhysicsUserData that can be used for any purpose. This cannot be set on the PhysicsWorld.defaultWorld and will always be at the default. The physics system doesn't use this data, it is entirely for custom use.
Read time 1 minuteLast updated 10 days ago

Definition

public PhysicsUserData userData { get; set; }