Class SpatialHashingInterestManagement
Inheritance
SpatialHashingInterestManagement
Assembly: doc.dll
Syntax
public class SpatialHashingInterestManagement : InterestManagement
Fields
|
Improve this Doc
View Source
checkMethod
Declaration
public SpatialHashingInterestManagement.CheckMethod checkMethod
Field Value
|
Improve this Doc
View Source
rebuildInterval
Declaration
public float rebuildInterval
Field Value
|
Improve this Doc
View Source
showSlider
Declaration
Field Value
|
Improve this Doc
View Source
visRange
Declaration
Field Value
Properties
|
Improve this Doc
View Source
resolution
Declaration
public int resolution { get; }
Property Value
Methods
|
Improve this Doc
View Source
OnCheckObserver(NetworkIdentity, NetworkConnectionToClient)
Declaration
public override bool OnCheckObserver(NetworkIdentity identity, NetworkConnectionToClient newObserver)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
OnRebuildObservers(NetworkIdentity, HashSet<NetworkConnectionToClient>)
Declaration
public override void OnRebuildObservers(NetworkIdentity identity, HashSet<NetworkConnectionToClient> newObservers)
Parameters
Overrides
|
Improve this Doc
View Source
Reset()
Declaration
public override void Reset()
Overrides