Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NuklearLayer ¶
type NuklearLayer struct {
// contains filtered or unexported fields
}
func CreateNuklearLayer ¶
func CreateNuklearLayer(win *glfw.Window) *NuklearLayer
func (*NuklearLayer) GetLayerName ¶
func (nl *NuklearLayer) GetLayerName() string
func (*NuklearLayer) OnAttach ¶
func (nl *NuklearLayer) OnAttach()
func (*NuklearLayer) OnDetach ¶
func (nl *NuklearLayer) OnDetach()
func (*NuklearLayer) OnEvent ¶
func (nl *NuklearLayer) OnEvent(e event.IEvent)
func (*NuklearLayer) OnUpdate ¶
func (nl *NuklearLayer) OnUpdate()
Click to show internal directories.
Click to hide internal directories.