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

MLPlayer[] MassiveLoopRoom.FindPlayersInCollider(Collider collider)

static MLPlayer[] MassiveLoopRoom.FindPlayersInCollider(Collider collider);

Parameters

ParameterTypeDescription
colliderColliderCollider

Returns

MLPlayer[]

List of players which are inside the specified collider

Summary

Finds list of players which are inside the specified collider. Uses the volume defined by Bounds of the collider. Same as ML.SDK.MassiveLoopRoom.FindPlayersInBounds .