SinglePointStoppablePropagatorInitializePropagator Method |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic override void InitializePropagator(
ITimeBasedState initialState
)
Public Overrides Sub InitializePropagator (
initialState As ITimeBasedState
)
public:
virtual void InitializePropagator(
ITimeBasedState^ initialState
) override
abstract InitializePropagator :
initialState : ITimeBasedState -> unit
override InitializePropagator :
initialState : ITimeBasedState -> unit
Parameters
- initialState
- Type: AGI.Foundation.CoordinatesITimeBasedState
The new initial state to propagate from.
This state will be processed by the Adapters.
See Also