SinglePointStoppablePropagatorInitializePropagator Method |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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