Search Results for

    Show / Hide Table of Contents

    Class KaijuTickerRate

    Provides an easy means to tick your local client at a given rate for networking.

    Inheritance
    System.Object
    KaijuTicker
    KaijuTickerRate
    Inherited Members
    KaijuTicker.OnTick
    KaijuTicker.Tick
    Namespace: KaijuSolutions.MultiplayerEngine.Synchronization
    Syntax
    public sealed class KaijuTickerRate : KaijuTicker

    Properties

    TicksPerSecond

    The number of ticks per second to run at.

    Declaration
    public override uint TicksPerSecond { get; }
    Property Value
    Type Description
    System.UInt32
    Overrides
    KaijuTicker.TicksPerSecond

    Methods

    Connected()

    Handle spinning up the background thread to increment the tick.

    Declaration
    protected override void Connected()
    Overrides
    KaijuTicker.Connected()

    Disconnected()

    Handle shutting down the background thread to increment the tick.

    Declaration
    protected override void Disconnected()
    Overrides
    KaijuTicker.Disconnected()
    In This Article
    Back to top © 2025-2026 Kaiju Solutions Inc.