Struct NTSnapshot
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
Field Value
|
Improve this Doc
View Source
rotation
Declaration
public Quaternion rotation
Field Value
Type |
Description |
Quaternion |
|
|
Improve this Doc
View Source
scale
Declaration
Field Value
Properties
|
Improve this Doc
View Source
localTimestamp
Declaration
public double localTimestamp { readonly get; set; }
Property Value
|
Improve this Doc
View Source
remoteTimestamp
Declaration
public double remoteTimestamp { readonly get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Interpolate(NTSnapshot, NTSnapshot, Double)
Declaration
public static NTSnapshot Interpolate(NTSnapshot from, NTSnapshot to, double t)
Parameters
Returns
Implements