View Source VRChat.Model.ApiEventConfig (VRChat v1.7.2)

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.ApiEventConfig{
  distanceClose: integer(),
  distanceFactor: integer(),
  distanceFar: integer(),
  groupDistance: integer(),
  maximumBunchSize: integer(),
  notVisibleFactor: integer(),
  playerOrderBucketSize: integer(),
  playerOrderFactor: integer(),
  slowUpdateFactorThreshold: integer(),
  viewSegmentLength: integer()
}