Represents the enumeration of all sounds, which Baltie (Baltie) makes during the animation.
Namespace:
SGP.BaltieAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# |
|---|
public enum BaltieSound |
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(XSprite, Vector3Int, XModelConfig, Boolean)).
| |
| ConjureWithoutCloudlet |
Sound of conjuring without a cloudlet (Conjure(XSprite, Vector3Int, XModelConfig, Boolean)).
| |
| ErrorMessage |
Error sound.
| |
| Min |
The minimum item value of the enumeration.
| |
| Max |
The maximum item value of the enumeration.
|