SphereShape:getRadius
EditReturns the radius of the SphereShape.
radius = SphereShape:getRadius()
Arguments
None
Returns
Name | Type | Description |
radius | number | The radius of the sphere, in meters. |
See also
SphereShape:setRadius
SphereShape
Returns the radius of the SphereShape.
radius = SphereShape:getRadius()
None
Name | Type | Description |
radius | number | The radius of the sphere, in meters. |
SphereShape:setRadius
SphereShape