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