Search Results for

    Show / Hide Table of Contents

    Class SpatialHashingInterestManagement

    Inheritance
    Object
    InterestManagement
    SpatialHashingInterestManagement
    Inherited Members
    InterestManagement.RebuildAll()
    InterestManagement.SetHostVisibility(NetworkIdentity, Boolean)
    InterestManagement.OnSpawned(NetworkIdentity)
    InterestManagement.OnDestroyed(NetworkIdentity)
    Namespace: Mirror
    Assembly: doc.dll
    Syntax
    public class SpatialHashingInterestManagement : InterestManagement

    Fields

    | Improve this Doc View Source

    checkMethod

    Declaration
    public SpatialHashingInterestManagement.CheckMethod checkMethod
    Field Value
    Type Description
    SpatialHashingInterestManagement.CheckMethod
    | Improve this Doc View Source

    rebuildInterval

    Declaration
    public float rebuildInterval
    Field Value
    Type Description
    Single
    | Improve this Doc View Source

    showSlider

    Declaration
    public bool showSlider
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    visRange

    Declaration
    public int visRange
    Field Value
    Type Description
    Int32

    Properties

    | Improve this Doc View Source

    resolution

    Declaration
    public int resolution { get; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    OnCheckObserver(NetworkIdentity, NetworkConnectionToClient)

    Declaration
    public override bool OnCheckObserver(NetworkIdentity identity, NetworkConnectionToClient newObserver)
    Parameters
    Type Name Description
    NetworkIdentity identity
    NetworkConnectionToClient newObserver
    Returns
    Type Description
    Boolean
    Overrides
    InterestManagement.OnCheckObserver(NetworkIdentity, NetworkConnectionToClient)
    | Improve this Doc View Source

    OnRebuildObservers(NetworkIdentity, HashSet<NetworkConnectionToClient>)

    Declaration
    public override void OnRebuildObservers(NetworkIdentity identity, HashSet<NetworkConnectionToClient> newObservers)
    Parameters
    Type Name Description
    NetworkIdentity identity
    HashSet<NetworkConnectionToClient> newObservers
    Overrides
    InterestManagement.OnRebuildObservers(NetworkIdentity, HashSet<NetworkConnectionToClient>)
    | Improve this Doc View Source

    Reset()

    Declaration
    public override void Reset()
    Overrides
    InterestManagement.Reset()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX