Search Results for

    Show / Hide Table of Contents

    Struct SyncedNetworkBehaviour

    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public struct SyncedNetworkBehaviour

    Constructors

    SyncedNetworkBehaviour(uint, int)

    Declaration
    public SyncedNetworkBehaviour(uint netId, int componentIndex)
    Parameters
    Type Name Description
    uint netId
    int componentIndex

    Fields

    componentIndex

    Declaration
    public byte componentIndex
    Field Value
    Type Description
    byte

    netId

    Declaration
    public uint netId
    Field Value
    Type Description
    uint

    Methods

    Equals(SyncedNetworkBehaviour)

    Declaration
    public bool Equals(SyncedNetworkBehaviour other)
    Parameters
    Type Name Description
    SyncedNetworkBehaviour other
    Returns
    Type Description
    bool

    Equals(uint, int)

    Declaration
    public bool Equals(uint netId, int componentIndex)
    Parameters
    Type Name Description
    uint netId
    int componentIndex
    Returns
    Type Description
    bool

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    System.ValueType.ToString()

    Operators

    implicit operator SyncedNetworkBehaviour(NetworkBehaviour)

    Declaration
    public static implicit operator SyncedNetworkBehaviour(NetworkBehaviour nb)
    Parameters
    Type Name Description
    Mirror.NetworkBehaviour nb
    Returns
    Type Description
    SyncedNetworkBehaviour

    implicit operator NetworkBehaviour(SyncedNetworkBehaviour)

    Declaration
    public static implicit operator NetworkBehaviour(SyncedNetworkBehaviour snb)
    Parameters
    Type Name Description
    SyncedNetworkBehaviour snb
    Returns
    Type Description
    Mirror.NetworkBehaviour
    In This Article
    Back to top Shape of Dreams API Documentation