Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Expand(float)

Expands the AABB by the given signed distance.
Read time 1 minuteLast updated 11 days ago

Definition

public void Expand(float signedDistance)

Parameters

signedDistance

Signed distance to expand the AABB with.

Remarks

Positive distance expands the AABB while negative distance shrinks the AABB.