Search Results for

    Show / Hide Table of Contents

    Struct NTSnapshot

    Implements
    Snapshot
    Namespace: Mirror
    Assembly: doc.dll
    Syntax
    public struct NTSnapshot : Snapshot

    Constructors

    | Improve this Doc View Source

    NTSnapshot(Double, Double, Vector3, Quaternion, Vector3)

    Declaration
    public NTSnapshot(double remoteTimestamp, double localTimestamp, Vector3 position, Quaternion rotation, Vector3 scale)
    Parameters
    Type Name Description
    Double remoteTimestamp
    Double localTimestamp
    Vector3 position
    Quaternion rotation
    Vector3 scale

    Fields

    | Improve this Doc View Source

    position

    Declaration
    public Vector3 position
    Field Value
    Type Description
    Vector3
    | Improve this Doc View Source

    rotation

    Declaration
    public Quaternion rotation
    Field Value
    Type Description
    Quaternion
    | Improve this Doc View Source

    scale

    Declaration
    public Vector3 scale
    Field Value
    Type Description
    Vector3

    Properties

    | Improve this Doc View Source

    localTimestamp

    Declaration
    public double localTimestamp { readonly get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    remoteTimestamp

    Declaration
    public double remoteTimestamp { readonly get; set; }
    Property Value
    Type Description
    Double

    Methods

    | Improve this Doc View Source

    Interpolate(NTSnapshot, NTSnapshot, Double)

    Declaration
    public static NTSnapshot Interpolate(NTSnapshot from, NTSnapshot to, double t)
    Parameters
    Type Name Description
    NTSnapshot from
    NTSnapshot to
    Double t
    Returns
    Type Description
    NTSnapshot

    Implements

    Snapshot
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX