component

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Describable added in v1.3.0

type Describable struct {
	Info string
}

説明を持つ

type Moveable added in v1.3.0

type Moveable struct {
	X, Y float64
}

移動できる

type Name added in v1.3.0

type Name struct {
	Name string
}

名前を持つ

type Position

type Position struct {
	X, Y float64
}

位置を持つ

type Renderable added in v1.2.0

type Renderable struct {
	Image          *ebiten.Image // スプライト画像
	HorizontalFlip bool
	VerticalFlip   bool
	DiagonalFlip   bool // TODO unimplemented

	RenderOrder int // 描画の優先順位 下1 < 2 < 3上

}

描画可能なもの

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL