The BaltieSpaceCube type exposes the following members.

Methods

  NameDescription
ClearOverloaded.
ContainsModelOverloaded.
Equals

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

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetCube
Get the cube BaltieSpaceCube, where the specified sprite XSprite is located.
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.)
GetLastCube
Gets the latest cube BaltieSpaceCube, where the specified sprite XSprite was located.
GetPoint
Gets the coordinates of the point in the cube.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
RegisterAsConjured
Registers a sprite XSprite as conjured.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Properties

  NameDescription
BoundingVolume
Gets a bounding volume XAxisAlignedBox of this cube.
ConjuredSprites
Gets the collection of sprites XSprite, which was conjured in this cube.
Cubes
Gets all cubes BaltieSpaceCubes.
IsEmpty
Indicates whether the cube is empty.
Position
Gets the cube position.
Size
Gets the cube size.
Space
Gets Baltie's space BaltieSpace, where the cube was created.
SpacePosition
Gets the cube coordinates in Baltie's space.
Sprites
Gets the collection of sprites, which are situated in the cube.
SyncRoot

See Also