Member of ML.SDK.MassiveLoopRoom
Method | Static
MLPlayer[] MassiveLoopRoom.FindPlayersInsideVolume(Vector3 center, float radius)
static MLPlayer[] MassiveLoopRoom.FindPlayersInsideVolume(Vector3 center, float radius);
Parameters
Parameter | Type | Description |
---|---|---|
center | Vector3 | The center of the spherical volume. |
radius | float | The radius of the spherical volume. |
Returns
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.