Photon Fusion 1.1.9

Public Attributes | List of all members
LagCompensationSettings Class Reference

Settings for lag compensation history. More...

Public Attributes

Color ClientDebugColor = new Color(0, 0, 1, 0.5f)
 Client editor gizmo color for BVH nodes.
 
Boolean DebugBroadphase = false
 Enable gizmos for current BVH nodes.
 
Color DebugColor = new Color(0, 1, 0, 0.5f)
 Server editor gizmo color for BVH nodes.
 
Boolean DebugHistory = false
 Enable gizmos for hitbox history.
 
float ExpansionFactor = 0.2f
 Broadphase BVH node expansion factor (default 20%) for leaf nodes, so updates are not too frequent.
 
Color HistoryDebugColor = new Color(0, 0, 1, 0.5f)
 Editor gizmo color for history representations.
 
int HitboxBufferSize = 12
 Hitbox snapshot history size in ticks.
 
int HitboxCapacity = 512
 Hitbox capacity per snapshot.
 
Boolean Optimize = false
 Optional: tries to optimize broadphase BVH every update. May be removed in the future.
 

Detailed Description

Settings for lag compensation history.