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: boolControls whether the internal simulation behavior is applied instead of actual commands.