Property BevelRadius
BevelRadius
The radius by which to round off the edges of the cylinder. This helps to optimize collision detection performance, by reducing the likelihood of the inner hull being penetrated and incurring expensive collision algorithms.
Declaration
public float BevelRadius { get; set; }
Property Value
Type | Description |
---|---|
float | The bevel radius. |