Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DrawOption ¶
type DrawOption struct {
// contains filtered or unexported fields
}
Options for drawing
type Renderer ¶
type Renderer struct {
// contains filtered or unexported fields
}
func NewRenderer ¶
Constructor for the Renderer struct
func (*Renderer) Draw ¶
func (r *Renderer) Draw(screen *ebiten.Image, opts ...func(*DrawOption))
Draw the renderer
func (*Renderer) GetModel ¶
func (r *Renderer) GetModel() *cubism.Model
Get the model set in the renderer
Click to show internal directories.
Click to hide internal directories.