Class GhostPredictionSmoothingSystem
Inheritance
GhostPredictionSmoothingSystem
Syntax
public class GhostPredictionSmoothingSystem : SystemBase
Methods
OnCreate()
Declaration
protected override void OnCreate()
OnDestroy()
Declaration
protected override void OnDestroy()
OnUpdate()
Declaration
protected override void OnUpdate()
RegisterSmoothingAction<T>(PortableFunctionPointer<GhostPredictionSmoothingSystem.SmoothingActionDelegate>)
Declaration
public bool RegisterSmoothingAction<T>(PortableFunctionPointer<GhostPredictionSmoothingSystem.SmoothingActionDelegate> action)
where T : struct, IComponentData
Parameters
Returns
Type Parameters
RegisterSmoothingAction<T, U>(PortableFunctionPointer<GhostPredictionSmoothingSystem.SmoothingActionDelegate>)
Declaration
public bool RegisterSmoothingAction<T, U>(PortableFunctionPointer<GhostPredictionSmoothingSystem.SmoothingActionDelegate> action)
where T : struct, IComponentData where U : struct, IComponentData
Parameters
Returns
Type Parameters