Room.SetPositionScale
public bool SetPositionScale(float scale)
Configures the allowed 'view' distance for proximity calculation of peers in the room
Info
Make sure that all of your ODIN clients configure the same distance
value.
Parameters
Name | Type | Description |
---|---|---|
scale | Single | Per default, the room will use a distance of 1.0 fo proximity calculation |
Returns
Type | Description |
---|---|
Boolean | true if set or false |