Documentation
¶
Index ¶
Constants ¶
View Source
const (
FLUID_PADDING = 1.5
)
View Source
const (
POSITION_FACTOR = 10
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fluid ¶ added in v1.3.0
type Fluid struct {
// contains filtered or unexported fields
}
func NewAnimation ¶ added in v1.11.0
type Material ¶
type Material struct {
// contains filtered or unexported fields
}
func NewMaterial ¶
type Particle ¶
type Particle struct {
X number
Y number
// contains filtered or unexported fields
}
func NewParticle ¶
func NewParticle(posX, posY, velX, velY number) Particle
Click to show internal directories.
Click to hide internal directories.