Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentFactory ¶
type ComponentFactory struct {
*akara.ComponentFactory
}
ComponentFactory is a wrapper for the generic component factory that returns Opacity component instances. This can be embedded inside of a system to give them the methods for adding, retrieving, and removing a Opacity.
func (*ComponentFactory) Add ¶
func (concrete *ComponentFactory) Add(id akara.EID) *Opacity
Add adds a Opacity component to the given entity and returns it
func (*ComponentFactory) ExportToLua ¶
type Opacity ¶
type Opacity struct {
Value float64
}
Opacity is a component that contains normalized alpha transparency (0.0 ... 1.0)
func (*Opacity) ExportToLua ¶
ExportToLua exports the component into the given table, using the given lua state machine.
Click to show internal directories.
Click to hide internal directories.