Click or drag to resize
SpriteEntity Methods

The SpriteEntity type exposes the following members.

Methods
  NameDescription
Public methodChangeSpritesheet
Change the spritesheet and current step of this sprite.
Public methodCopyStep
Copy spritesheet step from other sprite.
Public methodDoEntityDraw
Draw this model.
(Overrides BaseRenderableEntityDoEntityDraw(Matrix).)
Public methodDraw
Draw the entity.
(Inherited from BaseRenderableEntity.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBoundingBox
Get the bounding box of this entity, either from cache or calculate it.
(Inherited from BaseRenderableEntity.)
Public methodGetBoundingSphere
Get the bounding sphere of this entity, either from cache or calculate it.
(Inherited from BaseRenderableEntity.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLastBoundingBox
Return the last calculated bounding box. Note: this value may be out-of-date if transformations changed since last calculation.
(Inherited from BaseRenderableEntity.)
Public methodGetLastBoundingSphere
Return the last calculated bounding sphere. Note: this value may be out-of-date if transformations changed since last calculation.
(Inherited from BaseRenderableEntity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPlayAnimation
Play animation clip.
Public methodSetStep(Int32)
Set spritesheet step from index.
Public methodSetStep(String)
Set spritesheet step from string identifier.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Update animations if currently playing.
Top
See Also