Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HtmlImage ¶
type HtmlImage struct { Platform iotmaker_platform_IDraw.IHtml Img interface{} Width int Height int }
type MultipleSprites ¶
type MultipleSprites struct { basic.Sprite Platform iotmaker_platform_IDraw.IDraw Img interface{} SpriteWidth int SpriteHeight int SpriteFirstElementIndex int SpriteLastElementIndex int SpriteChangeInterval time.Duration X int Y int Width int Height int ClearRectDeltaX int ClearRectDeltaY int ClearRectDeltaWidth int ClearRectDeltaHeight int LifeCycleLimit int LifeCycleRepeatLimit int LifeCycleRepeatInterval time.Duration }
func (*MultipleSprites) Clear ¶ added in v0.0.2
func (el *MultipleSprites) Clear()
func (*MultipleSprites) Crete ¶
func (el *MultipleSprites) Crete()
func (*MultipleSprites) Draw ¶ added in v0.0.2
func (el *MultipleSprites) Draw()
Click to show internal directories.
Click to hide internal directories.