Search Results for

    Show / Hide Table of Contents

    Class MoveObjectToScenePacket

    Inheritance
    Object
    MoveObjectToScenePacket
    Implements
    ISerializable
    IBufferablePacket
    Namespace: FNNLib.SceneManagement
    Assembly: FNNLib.dll
    Syntax
    public class MoveObjectToScenePacket : ISerializable, IBufferablePacket

    Fields

    | Improve this Doc View Source

    destinationScene

    Declaration
    public uint destinationScene
    Field Value
    Type Description
    UInt32
    | Improve this Doc View Source

    networkID

    Declaration
    public ulong networkID
    Field Value
    Type Description
    UInt64

    Methods

    | Improve this Doc View Source

    BufferPacket(NetworkChannel, UInt64)

    Declaration
    public bool BufferPacket(NetworkChannel channel, ulong sender)
    Parameters
    Type Name Description
    NetworkChannel channel
    UInt64 sender
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    DeSerialize(NetworkReader)

    Declaration
    public void DeSerialize(NetworkReader reader)
    Parameters
    Type Name Description
    NetworkReader reader
    | Improve this Doc View Source

    Serialize(NetworkWriter)

    Declaration
    public void Serialize(NetworkWriter writer)
    Parameters
    Type Name Description
    NetworkWriter writer

    Implements

    ISerializable
    IBufferablePacket
    • Improve this Doc
    • View Source
    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.