Search Results for

    Show / Hide Table of Contents

    Class SceneLoadPacket

    Inheritance
    Object
    SceneLoadPacket
    Implements
    ISerializable
    Namespace: FNNLib.SceneManagement
    Assembly: FNNLib.dll
    Syntax
    public class SceneLoadPacket : ISerializable

    Fields

    | Improve this Doc View Source

    mode

    Declaration
    public LoadSceneMode mode
    Field Value
    Type Description
    LoadSceneMode
    | Improve this Doc View Source

    sceneIndex

    Declaration
    public int sceneIndex
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    sceneNetworkID

    Declaration
    public uint sceneNetworkID
    Field Value
    Type Description
    UInt32

    Methods

    | 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.