Documentation ¶
Index ¶
Constants ¶
View Source
const ( CMD_FORWARD = iota CMD_BACKWARD CMD_LEFT CMD_RIGHT CMD_CANNON_LEFT CMD_CANNON_RIGHT CMD_CANNON_UP CMD_CANNON_DOWN CMD_LAST )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Children ¶
type Children struct {
// contains filtered or unexported fields
}
func (*Children) Initialize ¶
type MorphTargets ¶
type MorphTargets struct {
// contains filtered or unexported fields
}
func (*MorphTargets) Initialize ¶
func (t *MorphTargets) Initialize(a *app.App)
func (*MorphTargets) Render ¶
func (t *MorphTargets) Render(a *app.App)
type Performance ¶
type Performance struct { }
func (*Performance) Initialize ¶
func (t *Performance) Initialize(a *app.App)
func (*Performance) Render ¶
func (t *Performance) Render(a *app.App)
type Pitch ¶
type Pitch struct {
// contains filtered or unexported fields
}
func (*Pitch) Initialize ¶
type Points2 ¶
type Points2 struct {
// contains filtered or unexported fields
}
func (*Points2) Initialize ¶
type Raycast ¶
type Raycast struct {
// contains filtered or unexported fields
}
func (*Raycast) Initialize ¶
type SpriteAnim ¶
type SpriteAnim struct {
// contains filtered or unexported fields
}
func (*SpriteAnim) Initialize ¶
func (t *SpriteAnim) Initialize(a *app.App)
func (*SpriteAnim) Render ¶
func (t *SpriteAnim) Render(a *app.App)
type TankTest ¶
type TankTest struct {
// contains filtered or unexported fields
}
func (*TankTest) Initialize ¶
Click to show internal directories.
Click to hide internal directories.