:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfVisualization ---------------- .. class:: WsfVisualization :class:`WsfVisualization` provides routines which change how entities are visualized. Static Methods ============== .. method:: void SetVisible(WsfPlatform aPlatform, bool aIsVisible) Changes the visibility of a platform. .. method:: void SetBehavior(WsfPlatform aPlatform, int aBehavior, double aAnimationSpeed, double aAnimationOffset) Changes the animation mode of a platform. * *aBehavior* -- The enumerated animation id. * *aAnimationSpeed* -- A speed multiplier for the animation. 1.0 is normal speed. * *aAnimationOffset* -- An offset in seconds to begin playing the animation. .. method:: int Behavior(WsfPlatform aPlatform) Returns the behavior/animation ID of the last set behavior.