Sandbox Logo

Rigidbody.PhysicsBody

PhysicsBody PhysicsBody { get; set; }

Description

Get the actual physics body that was created by this component. You should be careful, this can of course be null when the object is not enabled or the physics world is not available. It might also get deleted and re-created, so best use this to access, but don't store it.

Return

User Comments