Is Inside Sphere

Physics
Both Server and Client
Both Mobile and PC

Determines whether the target entity is within the specified sphere. If the entity has no position attribute, it will return false.

Declaration

func IsInsideSphere(target entity, center Vector3, radius float) bool
go

Parameters

Input

Name Type Description
Target entity Target Entity
Center Vector3 Specify the center of a sphere
Radius Float Specify the radius of a sphere

Return

Type Description
Bool Determination result