Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Movie ¶
type Movie struct {
// contains filtered or unexported fields
}
Movie is a set of scenes
func FromJSON ¶
func FromJSON(spriteMap sprites.SpriteMap, data string, parameters map[string]interface{}) (*Movie, error)
FromJSON creates a new movie from JSON
func (*Movie) GetContainer ¶
func (m *Movie) GetContainer() *fyne.Container
GetContainer gets the container from the movie
Click to show internal directories.
Click to hide internal directories.