Offsets the polygon based on the given distance
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic GameObject Offset(
float distance
)
Public Function Offset (
distance As Single
) As GameObject
public:
GameObject^ Offset(
float distance
)
member Offset :
distance : float32 -> GameObject
Parameters
- distance
- Type: SystemSingle
The offset distance
Return Value
Type:
GameObjectGameObject of the polygon
See Also