Click or drag to resize

PolygonOffset Method

Offsets the polygon based on the given distance

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public GameObject Offset(
	float distance
)

Parameters

distance
Type: SystemSingle
The offset distance

Return Value

Type: GameObject
GameObject of the polygon
See Also