Search Results for

    Show / Hide Table of Contents

    Class INetworkObject

    Interface for objects for network replication to receive additional events.

    Inheritance
    INetworkObject
    Assembly: FlaxEngine.dll
    File: Engine/Networking/INetworkObject.h
    Syntax
    public class INetworkObject

    Methods

    OnNetworkDeserialize()

    Event called when network object gets replicated (after reading data).

    Declaration
    public virtual void OnNetworkDeserialize()

    OnNetworkDespawn()

    Event called when network object gets despawned.

    Declaration
    public virtual void OnNetworkDespawn()

    OnNetworkSerialize()

    Event called before network object gets replicated (before reading data).

    Declaration
    public virtual void OnNetworkSerialize()

    OnNetworkSpawn()

    Event called when network object gets spawned.

    Declaration
    public virtual void OnNetworkSpawn()

    OnNetworkSync()

    Event called when network object gets synced (called only once upon initial sync).

    Declaration
    public virtual void OnNetworkSync()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat