Skip to main content
Member of ML.SDK.MassiveLoopRoom
Method | Static

MLPlayer[] MassiveLoopRoom.FindPlayersInsideVolume(Vector3 center, float radius)

static MLPlayer[] MassiveLoopRoom.FindPlayersInsideVolume(Vector3 center, float radius);

Parameters

ParameterTypeDescription
centerVector3The center of the spherical volume.
radiusfloatThe radius of the spherical volume.

Returns

MLPlayer[]

List of players which are inside the specified spherical volume

Summary

Finds list of players which are inside the specified spherical volume defined by center and radius.