Skip to main content

SteadyContext

Type Alias SteadyContext 

Source
pub type SteadyContext = SteadyActorShadow;
Expand description

Alias for the actor shadow context used throughout the framework.

Aliased Type§

pub struct SteadyContext {
    pub use_internal_behavior: bool,
    /* private fields */
}

Fields§

§use_internal_behavior: bool

Controls whether the internal simulation behavior is applied instead of actual commands.