Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

PhysicsSpace.SetProxyAABB

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public void SetProxyAABB(ProxyHandle proxyHandle, PhysicsAABB aabb, bool updateAncestors);

Parameters

Parameter Description
proxyHandle The proxy to set.
aabb The AABB to set the proxy to.
updateAncestors If the AABB has simply moved then this should be false however if you have changed its size then you should update the space ancestors which takes more time.

Description

Set the proxy AABB.