The Baltie type exposes the following members.

Constructors

  NameDescription
BaltieOverloaded.

Methods

  NameDescription
ConjureOverloaded.
ConjureLastOverloaded.
CreateBaltieMesh
Creates a Baltie's animated mesh.
CreateLastConjuredObjectOverloaded.
DisposeOverloaded.
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize
The class destructor.
(Inherited from XDisposableObject.)
GetBaltieFromSprite
Gets Baltie from given sprite.
GetColor
Gets the material color corresponding to the given index (BaltieSpriteMaterialIndex).
GetFrontPosition
Gets the cube coordinates in front of Baltie the given cube count away.
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetMaterial
Gets the material corresponding to the given index (BaltieSpriteMaterialIndex).
GetMessage
Reads the last text text from Baltie from. If no such text text for Baltie was received, returns nullNothingnullptra null reference (Nothing in Visual Basic).
GetModel
Finds a model with name name.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
GoOverloaded.
GoDownOverloaded.
GoUpOverloaded.
HideOverloaded.
IsBaltieSprite
Gets whether the sprite represents Baltie.
IsModelInCubeOverloaded.
IsModelInFrontOfBaltie
Indicates whether the model modelName is in the front of Baltie.
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
PlaySoundOverloaded.
RecedeOverloaded.
Reconjure
Reconjures the sprite XSprite.
Remove
Removes Baltie from the space (BaltieSpace) where is he located.
Say
Baltie's speaker Speaker says the text text.
SendText
Sends the text text to Baltie to.
SetAllColors
Sets all materials to the given color.
SetColorOverloaded.
SetPosition
Sets Baltie's coordinates in space.
ShowOverloaded.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)
Turn
He turns by the given angle.
TurnBackOverloaded.
TurnLeftOverloaded.
TurnRightOverloaded.
TurnToDirection
Gets or sets the Baltie's orientation angle.
UnconjureOverloaded.
UnconjureFrontCube
Unconjures all sprites from the cube in front of Baltie FrontCube.
UnconjureLastObjectFromCubeOverloaded.
UnconjureLastObjectFromFrontCube
Unconjures the latest conjured sprite in the cube in front of Baltie FrontCube.
Wait
Waits for given time in seconds.
WaitForTextOverloaded.
WaitForTextMs
Waits for the text text from Baltie from up to millisecondsTimeout milliseconds.
WaitMs
Waits for given time.

Fields

  NameDescription
ConjureConfigName
Name of the default conjure configuration.
ConjureDefaultConfig
The implicit configuration XModelConfig for conjuring models.
DefaultColor
The default color of the Baltie's clothes.
DefaultColorOfCap
The default color of the Baltie's cap.
DefaultColorOfCapStar
The default color of the Baltie's cap star.
DefaultColorOfCoat
The default color of the Baltie's coat.
DefaultColorOfEyeball
The default color of the Baltie's eye ball.
DefaultColorOfEyebrow
The default color of the Baltie's eye brow.
DefaultColorOfIris
The default color of the Baltie's iris.
DefaultColorOfSkin
The default color of the Baltie's skin.
DefaultConjureRelPos
The default relative position of the conjuring. (Baltie conjures the objects to the cube in front of him by default.)
DefaultSounds
The default Baltie's sounds.
DefaultSpeed
The default speed (Speed) == 5.
MaxSpeed
The maximal speed (Speed) == 9.
MinSpeed
The minimal speed (Speed) == 1.
SuperSpeed
The superspeed (Speed) == 10. When Baltie's speed is set to superspeed, he is invisible.

Properties

  NameDescription
Color
Gets or sets the color of Baltie's clothes.
ColorOfCap
Gets or sets the color of Baltie's cap.
ColorOfCapStar
Gets or sets the color of Baltie's cap star.
ColorOfCoat
Gets or sets the color of Baltie's coat.
ColorOfEyeball
Gets or sets the color of Baltie's eye ball.
ColorOfEyebrow
Gets or sets the color of Baltie's eye brow.
ColorOfIris
Gets or sets the color of Baltie's iris.
ColorOfSkin
Gets or sets the color of Baltie's skin.
Colors
Gets or sets material colors of Baltie's animated mesh (BaltieSpriteMaterialIndex).
Direction
Gets or sets an angle of Baltie's direction.
FrontCube
Gets a cube in front of Baltie.
FrontDirection
Returns the vector of the Baltie's front direction in coordinates of Baltie's space (BaltieSpace).
FrontPosition
Gets coordinates of the cube in front of Baltie.
IsDisposed
Denotes whether the instance is disposed.
(Inherited from XDisposableObject.)
IsSuperSpeedy
Gets or sets whether Baltie is super-speedy.
LastConjuredObject
Gets the latest conjured object XSprite.
MessageQueue
Gets the message queue BaltieMessageQueue for sending Baltie's messages BaltieMessage.
Name
Gets or sets Baltie's name.
Position
Gets or sets a position of Baltie in a space.
ShowCubes
Gets or sets whether cubes around Baltie are shown.
ShowCubesCount
Gets or sets number of cubes around Baltie which will be shown.
Sounds
Baltie's sounds (BaltieSounds).
SoundsEnabled
Gets or sets whether Baltie's animation sounds are enabled.
SoundsEnabledIfNotVisible
Gets or sets whether Baltie's animation sounds are enabled even if Baltie is invisible.
Space
Gets or sets Baltie's space (BaltieSpace), where Baltie lives.
SpaceCubeDecorator
Returns a decorator BaltieSpaceCubeLineBoxSpriteDecorator for showing cubes around Baltie.
Speaker
Gets or sets Baltie's speaker (Speaker), who speaks the text strings.
Speed
Gets or sets the Baltie's speed.
SpeedD
Gets or sets Baltie's fine speed (Double).
SpeechController
Returns the instance of BaltieSpeechController supporting controlling Baltie using voice.
Sprite
Gets the animated sprite (XAnimationMeshSprite which represents Baltie in 3D space.
SyncRoot
Returns the object that can be used for synchronizing access to this instance.
UsingCloudlet
Gets or sets whether Baltie should use a cloudlet when conjuring.
Visible
Gets or sets Baltie visibility.
X
Gets the X coordinate of Baltie position in the space.
Y
Gets the Y coordinate of Baltie position in the space.
Z
Gets the Z coordinate of Baltie position in the space.

See Also