Member of ML.SDK.MassiveLoopRoom
Method | Static
MLPlayer[] MassiveLoopRoom.FindPlayersInCollider(Collider collider)
static MLPlayer[] MassiveLoopRoom.FindPlayersInCollider(Collider collider);
Parameters
Parameter | Type | Description |
---|---|---|
collider | Collider | Collider |
Returns
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 .