Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnimationBasic ¶
type AnimationBasic struct {
// contains filtered or unexported fields
}
func (*AnimationBasic) Cleanup ¶
func (t *AnimationBasic) Cleanup(a *app.App)
Cleanup is called once at the end of the demo.
func (*AnimationBasic) Start ¶
func (t *AnimationBasic) Start(a *app.App)
Start is called once at the start of the demo.
type AnimationMorphTargets ¶
type AnimationMorphTargets struct {
// contains filtered or unexported fields
}
func (*AnimationMorphTargets) Cleanup ¶
func (t *AnimationMorphTargets) Cleanup(a *app.App)
Cleanup is called once at the end of the demo.
func (*AnimationMorphTargets) Start ¶
func (t *AnimationMorphTargets) Start(a *app.App)
Start is called once at the start of the demo.
Click to show internal directories.
Click to hide internal directories.