Documentation ¶
Index ¶
- type Asset2d
- func (a *Asset2d) GetEntry() *entry.Asset2d
- func (a *Asset2d) GetID() umid.UMID
- func (a *Asset2d) GetMeta() entry.Asset2dMeta
- func (a *Asset2d) GetOptions() *entry.Asset2dOptions
- func (a *Asset2d) Initialize(ctx types.LoggerContext) error
- func (a *Asset2d) LoadFromEntry(entry *entry.Asset2d) error
- func (a *Asset2d) SetMeta(meta entry.Asset2dMeta, updateDB bool) error
- func (a *Asset2d) SetOptions(modifyFn modify.Fn[entry.Asset2dOptions], updateDB bool) (*entry.Asset2dOptions, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asset2d ¶
type Asset2d struct {
// contains filtered or unexported fields
}
func (*Asset2d) GetMeta ¶
func (a *Asset2d) GetMeta() entry.Asset2dMeta
func (*Asset2d) GetOptions ¶
func (a *Asset2d) GetOptions() *entry.Asset2dOptions
func (*Asset2d) Initialize ¶
func (a *Asset2d) Initialize(ctx types.LoggerContext) error
func (*Asset2d) SetOptions ¶
func (a *Asset2d) SetOptions(modifyFn modify.Fn[entry.Asset2dOptions], updateDB bool) (*entry.Asset2dOptions, error)
Click to show internal directories.
Click to hide internal directories.