Struct SnapshotData.DataAtTick
Namespace: Unity.NetCode
Syntax
public struct DataAtTick
Fields
AfterIdx
Declaration
public int AfterIdx
Field Value
Type | Description |
---|---|
Int32 |
BeforeIdx
Declaration
public int BeforeIdx
Field Value
Type | Description |
---|---|
Int32 |
GhostOwner
Declaration
public int GhostOwner
Field Value
Type | Description |
---|---|
Int32 |
InterpolationFactor
Declaration
public float InterpolationFactor
Field Value
Type | Description |
---|---|
Single |
SnapshotAfter
Declaration
public System.IntPtr SnapshotAfter
Field Value
Type | Description |
---|---|
System.IntPtr |
SnapshotBefore
Declaration
public System.IntPtr SnapshotBefore
Field Value
Type | Description |
---|---|
System.IntPtr |
Tick
Declaration
public uint Tick
Field Value
Type | Description |
---|---|
UInt32 |