Struct PredictionRigidbody2D.EntryData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FishNet.Object.Prediction
Assembly: FishNet.Runtime.dll
Syntax
public struct EntryData
Constructors
EntryData(PredictionRigidbody2D.EntryData)
Declaration
public EntryData(PredictionRigidbody2D.EntryData fd)
Parameters
Type | Name | Description |
---|---|---|
PredictionRigidbody2D.EntryData | fd |
EntryData(PredictionRigidbody2D.ForceApplicationType, PredictionRigidbody2D.AllForceData)
Declaration
public EntryData(PredictionRigidbody2D.ForceApplicationType type, PredictionRigidbody2D.AllForceData data)
Parameters
Type | Name | Description |
---|---|---|
PredictionRigidbody2D.ForceApplicationType | type | |
PredictionRigidbody2D.AllForceData | data |
Fields
Data
Declaration
public PredictionRigidbody2D.AllForceData Data
Field Value
Type | Description |
---|---|
PredictionRigidbody2D.AllForceData |
Type
Declaration
public PredictionRigidbody2D.ForceApplicationType Type
Field Value
Type | Description |
---|---|
PredictionRigidbody2D.ForceApplicationType |