[GhostComponent(PrefabType = GhostPrefabType.InterpolatedClient | GhostPrefabType.PredictedClient | GhostPrefabType.Client | GhostPrefabType.Server | GhostPrefabType.AllPredicted | GhostPrefabType.All, OwnerPredictedSendType = GhostSendType.Predicted, OwnerSendType = SendToOwnerType.SendToNonOwner)]
public struct TestInput : ICommandData, IBufferElementData
Fields
Declaration
[GhostField]
public int Value
Field Value
Properties
Declaration
[GhostField]
public uint Tick { get; set; }
Property Value
Implements