Documentation ¶
Index ¶
- type Sharespace
- func (sspace *Sharespace) AdjustSharespaceSizeTo(wg *sync.WaitGroup, newArea *Console.AreaInfo)
- func (sspace *Sharespace) AutoMaintainRatio(ch <-chan Console.AreaInfo)
- func (sspace *Sharespace) Deinit()
- func (sspace *Sharespace) GenLoadingOrder()
- func (sspace *Sharespace) Init()
- func (sspace *Sharespace) RemoveCanvas(name string)
- func (sspace *Sharespace) SyncGenLoadingOrder(wg *sync.WaitGroup)
- func (sspace *Sharespace) TryLoadAll()
- func (sspace *Sharespace) UpdateCanvasMap(name string, canvas *Canvas.Canvas, pos Canvas.Vec2)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sharespace ¶
type Sharespace struct {
// contains filtered or unexported fields
}
func NewSharespace ¶
func NewSharespace() *Sharespace
func (*Sharespace) AdjustSharespaceSizeTo ¶
func (sspace *Sharespace) AdjustSharespaceSizeTo(wg *sync.WaitGroup, newArea *Console.AreaInfo)
func (*Sharespace) AutoMaintainRatio ¶
func (sspace *Sharespace) AutoMaintainRatio(ch <-chan Console.AreaInfo)
func (*Sharespace) Deinit ¶
func (sspace *Sharespace) Deinit()
func (*Sharespace) GenLoadingOrder ¶
func (sspace *Sharespace) GenLoadingOrder()
func (*Sharespace) Init ¶
func (sspace *Sharespace) Init()
func (*Sharespace) RemoveCanvas ¶
func (sspace *Sharespace) RemoveCanvas(name string)
func (*Sharespace) SyncGenLoadingOrder ¶
func (sspace *Sharespace) SyncGenLoadingOrder(wg *sync.WaitGroup)
func (*Sharespace) TryLoadAll ¶ added in v0.1.2
func (sspace *Sharespace) TryLoadAll()
func (*Sharespace) UpdateCanvasMap ¶
Click to show internal directories.
Click to hide internal directories.