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