Represents the enumeration of all sounds, which Baltie  (Baltie2D) makes during the animation.
            
    Namespace: 
   SGP.Baltie2DAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# | 
|---|
public enum Baltie2DSound  | 
Members
| Member name | Description | |
|---|---|---|
| Show | 
            Sound of appearing (Show()()()).
              | |
| Hide | 
            Sound of disappearing (Hide()()()).
              | |
| Step | 
            Sound of going (Go()()()).
              | |
| TurnLeft | 
            Sound of turning left (TurnLeft()()()).
              | |
| TurnRight | 
            Sound of turning right (TurnRight()()()).
              | |
| Wait | 
            Sound of waiting (Wait(Double)).
              | |
| Conjure | 
            Sound of conjuring (Conjure(Baltie2DTile, Int32, Int32, Boolean)).
              | |
| ConjureWithoutCloudlet | 
            Sound of conjuring without a cloudlet (Conjure(Baltie2DTile, Int32, Int32, Boolean)).
              | |
| ErrorMessage | 
            Error sound.
              | |
| Min | 
            The minimum item value of the enumeration.
              | |
| Max | 
            The maximum item value of the enumeration.
              |