|
LeviLamina
|
Public Member Functions | |
| ReplayStateComponent & | operator= (ReplayStateComponent const &) |
| ReplayStateComponent (ReplayStateComponent const &) | |
| MCAPI::AdvanceFrameResult | _applyCorrection (::std::shared_ptr<::IMovementCorrection > correction, ::Actor &actor, uint64 destinationTimestamp, bool addInput) const |
| MCAPI::ReplayCorrectionResult | applyFrameCorrection (::Actor &actor, ::std::shared_ptr<::IMovementCorrection > correction, uint64 frame) |
| MCAPI void | clearHistory () |
| MCAPI::ReplayStateComponent & | operator= (::ReplayStateComponent &&) |
| MCAPI void | $dtor () |
Public Attributes | |
| ::ll::TypedStorage< 1, 1, bool > | mForceCorrection |
| ::ll::TypedStorage< 1, 1, bool > | mShouldReportNextCorrectionTelemetry |
| ::ll::TypedStorage< 1, 1, bool > | mIsCorrectionTelemetryEnabled |
| ::ll::TypedStorage< 1, 1, uchar > | mDivergenceCounter |
| ::ll::TypedStorage< 8, 8, ::std::unique_ptr<::ActorHistory > > | mHistory |
| ::ll::TypedStorage< 8, 8, ::std::unique_ptr<::IReplayStatePolicy > > | mPolicy |
| ::ll::TypedStorage< 8, 8, uint64 > | mCurrentTick |