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