Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSelect ¶
func NewFileSelect ¶
func NewFileSelect(width, height float32) *FileSelect
func (*FileSelect) Selected ¶
func (fs *FileSelect) Selected() string
func (*FileSelect) SetFileFilters ¶
func (fs *FileSelect) SetFileFilters(filter ...string)
SetFileFilters sets filters for file names which should be shown. Each filter must be a valid regular expression.
func (*FileSelect) SetPath ¶
func (fs *FileSelect) SetPath(path string) error
type FileSelectButton ¶
type FileSelectButton struct { *gui.Button FS *FileSelect // contains filtered or unexported fields }
func NewFileSelectButton ¶
func NewFileSelectButton(path, text string, width, height float32) *FileSelectButton
func (*FileSelectButton) SetError ¶
func (fsb *FileSelectButton) SetError(text string)
type PointLightMesh ¶
PointLightMesh
func NewPointLightMesh ¶
func NewPointLightMesh(color *math32.Color) *PointLightMesh
type SpotLightMesh ¶
SpotLightMesh
func NewSpotLightMesh ¶
func NewSpotLightMesh(color *math32.Color) *SpotLightMesh
Click to show internal directories.
Click to hide internal directories.